AWS Notes - Compute - Elastic Beanstalk
Features
- PaaS Service
- Support Blue/Green Deployment (Use Route53)
- No additional charge for Elastic Beanstalk, Just pay for underlying AWS resources the application consumes.
3 Architecture Models
- Single Instance: For Dev
- LB+ASG: For Prod Web App
- ASG only: For non-web apps in Prod
2 AWS IAM roles:
- Service role: Assumed by Elastic Beanstalk to use other AWS services on your behalf
- Instance profile: applied to the instances in your environment and allows them to retrieve information, perform tasks that vary depending on the environment type and platform.
Reference:
- https://tutorialsdojo.com/aws-elastic-beanstalk/
- Udemy: https://www.udemy.com/course/aws-solutions-architect-professional/
Comments
Post a Comment