Please enable JavaScript.
Coggle requires JavaScript to display documents.
Elastic Beanstalk (with other AWS Services (RDS (if the Elastic beanstalk…
Elastic Beanstalk
with other AWS Services
-
-
-
-
RDS
if the Elastic beanstalk environment is deleted, the RDS instance is deleted as well
-
-
S3
EBS create an S3 bucket named elasticbeanstalk-region-account-id for each region in which environments is created.
S3 bucket store the application versions, logs, and other supporting files.
-
Components
-
-
Environment
environment tier
Web Environment Tier
Every Environment has a CNAME url pointing to the ELB, aliased in Route 53 to ELB url
-
-
-
Worker Environment Tier
-
include an Auto Scaling group, one or more Amazon EC2 instances, and an IAM role
-
-
-
One environment cannot support two different environment tiers because each requires its own set of resources; a worker environment tier and a web server environment tier each require an Auto Scaling group, but Elastic Beanstalk supports only one Auto Scaling group per environment.
-
-
-
-
-