nerdexam
AmazonAmazon

SOA-C02 · Question #748

SOA-C02 Question #748: Real Exam Question with Answer & Explanation

Sign in or unlock SOA-C02 to reveal the answer and full explanation for question #748. The question stem and answer options stay visible for context.

Submitted by skyler.x· Mar 30, 2026Security and Compliance / Storage and Data Management - Implementing and managing CloudFormation templates with encryption configurations and dynamic resource naming.

Question

A SysOps administrator needs to create an Amazon S3 bucket as a resource in an AWS CloudFormation template. The bucket name must be randomly generated. The bucket must be encrypted by an AWS Key Management Service (AWS KMS) key. Other resources in the template will reference the bucket. Which CloudFormation resource definition should the SysOps administrator use to meet these requirements? A. B. C. D.

Options

  • ABucket: Type: AWS::S3::Bucket Properties: - ServerSideEncryptionConfiguration: 'aws:kms'
  • BBucket: Type: AWS::S3::Bucket Properties: BucketEncryption: ServerSideEncryptionConfiguration: - ServerSideEncryptionByDefault: SSEAlgorithm: 'aws:kms' KMSMasterKeyID: KMS-KEY-ARN BucketKeyEnabled: true
  • CBucket: Type: AWS::S3::Bucket Properties: BucketName: 'DOC-EXAMPLE-BUCKET' BucketEncryption: ServerSideEncryptionConfiguration: - ServerSideEncryptionByDefault: SSEAlgorithm: 'aws:kms' KMSMasterKeyID: KMS-KEY-ARN BucketKeyEnabled: true
  • DBucket: Type: AWS::S3::Bucket Properties: BucketName: !Select [ '0', [ 'Default']] BucketEncryption: ServerSideEncryptionConfiguration: - ServerSideEncryptionByDefault: SSEAlgorithm: 'aws:kms' KMSMasterKeyID: KMS-KEY-ARN BucketKeyEnabled: true

Unlock SOA-C02 to see the answer

You've previewed enough free SOA-C02 questions. Unlock SOA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#CloudFormation#S3 Encryption#KMS#Infrastructure as Code
Full SOA-C02 PracticeBrowse All SOA-C02 Questions