1. You are developing a serverless application and want to design a CI/CD pipeline for all new application updates. Which AWS services should you use?
A) You should use CodeCommit for version control, AWS CodeStar to build a deployment package, and CodeDeploy to deploy the application.
B) You should use CodeCommit for version control, CodeDeploy to deploy the application, and CodePipeline to trigger the deployment once a developer pushes to CodeCommit.
C) You should use CodeCommit for version control, CodeDeploy to deploy the application, and CodeBuild to trigger the deployment once a developer pushes to CodeCommit.
D) You should use CodeBuild for version control, CodeDeploy to deploy the application, and CodePipeline to trigger the deployment once a developer pushes to CodeBuild.
2. Your company has 6 TB of data that you must collect, preprocess, and transfer to your Amazon S3 bucket. Which AWS Snow Family device would provide the most efficient solution?
A) AWS Snowball Edge - Compute Optimized
B) AWS Snowball Edge - Storage Optimized
C) AWS Snowmobile
D) AWS Snowcone
3. Amazon FSx for Lustre is designed...
A) ...for distributed high performance computing workloads.
B) ...to support block storage volumes with Amazon EC2 instances.
C) ...to support millions of storage objects and accessed using REST APIs.
D) ...as a native Multi-AZ file system for NFS file shares.
4. As a Cloud Architect, you are responsible for preparing the migration from your on-premises data center to the AWS Cloud. Which service can you use to transfer data between an AWS Snowcone device and storage service in the AWS cloud?
A) Storage Gateway
B) AWS Glue
C) AWS DataSync
D) Amazon Kinesis Data Streams
5. As a Cloud Developer, you often deploy the same resources multiple times. You want to minimize operational overhead and use an infrastructure-as-code approach. Which AWS service should you use?
A) AWS CodeCommit
B) AWS CodeDeploy
C) AWS CloudFormation
D) AWS CodePipeline