This is the note for AWS course 1 on edX. List selected AWS services in alphabetic order. Course link is here.
Building on AWS --
- Create VPC which simulates a local network that contains all your servers and databases.
- Create IAM policy, user/role which has permission to specific AWS services, but not all -- this adds security overall.
- Create S3 bucket (login as specific IAM user) which will be used to store assets.
- Create RDS database instance (login as specific IAM user) as database server.
- Create Cloud9 environment (login as specific IAM user) which is an online IDE that you can build & save your project.
- Create EC2 instance (login as specific IAM user) and deploy the application via user data. This EC2 instance should have corresponding IAM role (to allow EC2 instance to call AWS service) and security group (to allow web t