AWS - Elastic Beanstalk, Review Questions
Answers in the reference, too
Review Questions
- Which of the following AWS services enables you to automate your build, test, deploy, and release process every time there is a code change?
- AWS CodeCommit
- AWS CodeDeploy
- AWS CodeBuild
- AWS CodePipeline
- Which of the following resources can AWS Elastic Beanstalk use to create a web server environment? (Select FOUR.)
- Amazon Cognito User Pool
- AWS Serverless Application Model (AWS SAM) Local
- Auto Scaling group
- Amazon Elastic Compute Cloud (Amazon EC2)
- AWS Lambda
- Which of the following languages is not supported by AWS Elastic Beanstalk?
- Java
- Node.js
- Objective C
- Go
- What does the AWS Elastic Beanstalk service do?
- Deploys applications and architecture
- Stores static content
- Directs user traffic to Amazon Elastic Compute Cloud (Amazon EC2) instances
- Works with dynamic cloud changes as an IP address
- Which operating systems does AWS Elastic Beanstalk support? (Select TWO.)
- Amazon Linux
- Ubuntu
- Windows Server
- Fedora
- Jetty
- Which of the following components can AWS Elastic Beanstalk deploy? (Select TWO.)
- Amazon Elastic Compute Cloud (Amazon EC2) instances with write capabilities to an Amazon DynamoDB table
- A worker application using Amazon Simple Queue Service (Amazon SQS)
- An Amazon Elastic Container Service (Amazon ECS) cluster supporting multiple containers
- A mixed fleet of Spot and Reserved Instances with four applications running in each environment
- A mixed fleet of Reserved Instances scheduled between 9 a.m. to 5 p.m. and On-Demand Instances used for processing data workloads when needed randomly
- Which of the following operations can AWS Elastic Beanstalk do? (Select TWO.)
- Access an Amazon Simple Storage Service (Amazon S3) bucket
- Connect to an Amazon Relational Database Service (Amazon RDS) database
- Install agents for Amazon GuardDuty service
- Create and manage Amazon WorkSpaces
- Which service can be used to restrict access to AWS Elastic Beanstalk resources?
- AWS Config
- Amazon Relational Database Service (Amazon RDS)
- AWS Identity and Access Management (IAM)
- Amazon Simple Storage Service (Amazon S3)
- Which AWS Identity and Access Management (IAM) entities are used when creating an environment? (Select TWO.)
- Federated role
- Service role
- Instance profile
- Profile role
- User name and access keys
- Which of the following describes how customers are charged for AWS Elastic Beanstalk?
- A monthly fee based on an hourly rate for use.
- A one-time upfront cost for each environment running.
- No additional charges.
- A fee is charged only when scaling to support traffic changes.
- Which account is billed for user-accessed AWS resources allocated by AWS Elastic Beanstalk?
- The account running the services
- The cross-account able to access the shared services
- The cross-account with the Amazon Simple Storage Service (Amazon S3) bucket holding a downloaded copy of the code artifact
- All accounts involved
- What can you not do to an Amazon Relational Database Service (Amazon RDS) instance with AWS Elastic Beanstalk?
- Create a database connection.
- Create a supported Oracle edition.
- Retain a database instance despite the deletion of the environment’s database.
- Create a snapshot of the existing database (before deletion).
Comments
Post a Comment