Posts

Showing posts from August, 2019

AWS Notes of training

Listing some notes from my learning. I hope it is useful for everybody. AWS is a secure cloud service platform offering computation power, database storage, content delivery and other useful functionalities that help the business to scale. We have different domains in AWS: Compute (EC2, Light Sails, Lamda) Storage (Disk, SSD) : S3 low cost storage Database (SQL/NoSQL): RDS Network and Content delivery: Route53 (DNS system) Management Tools: Manage AWS services (Cloud Watch) Security and Identity Compliance: "Iam" accounts (authenticate user access to AWS ) Messaging: Email Service, PubSub,  Migration (Transfer GB of data to AWS. Snowball (sending physical data to AWS)  ) AWS Compute Services: EC2: Raw server configured to anything Lamda: To host background tasks and not hosting. Listen to triggers and execute the code. Elastic Beanstalk: Advanced of EC2. Here we don't need to set up the env manually. You select what you need and AWS installs every s/w