AWS Elastic Beanstalk Configuration
AWS Elastic Beanstalk Configuration provides options and settings to customize the infrastructure, software stack, and environment of your Beanstalk application. You can define settings like instance type, Amazon RDS integration, environment variables, and many other aspects of your application. Yo…
AWS Certified Solutions Architect - AWS Elastic Beanstalk Configuration Example Questions
Test your knowledge of AWS Elastic Beanstalk Configuration
Question 1
You have set up an AWS Elastic Beanstalk application consisting of a three-tier architecture, and you'd like to enable SSL certificates for customer-facing communication. Which approach should you take?
Question 2
An Elastic Beanstalk application stores user-uploaded images in an Amazon S3 bucket. Images are often accessed during the first 30 days after upload but only rarely thereafter. They must remain immediately accessible when needed, and the business accepts the risk of losing them if a single Availability Zone fails after the first 30 days. Images can be permanently deleted 180 days after upload. Without changing application code, which strategy best minimizes storage costs?
Question 3
You are deploying a .NET application to AWS Elastic Beanstalk that depends on third-party OS-level libraries not included with the runtime. What is the recommended way to ensure these libraries are installed on every instance during deployments?