Practice CloudFormation Questions Now
Start a timed practice session focusing on AWS CloudFormation topics from the SOA-C03 question bank.
Start SOA-C03 Practice Quiz →SOA-C03 CloudFormation Question Bank (84 Questions)
Browse all 84 practice questions covering AWS CloudFormation for the SOA-C03 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.
- Question 1Deployment, Provisioning & Automation
A company's CloudFormation template uses nested stacks heavily and has grown to exceed the 500-resource limit. The team wants to reuse and share common template snippets (such as a standard VPC module) across multiple templates without duplicating code. Which CloudFormation feature allows processing and transforming template snippets at deploy time?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 2Select All That ApplyDeployment, Provisioning & Automation
A SysOps Administrator is troubleshooting a CloudFormation stack that failed to create. The stack status shows `ROLLBACK_COMPLETE`. The administrator needs to understand what went wrong and deploy a corrected template. Which actions should the administrator take? (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 3Deployment, Provisioning & Automation
A SysOps administrator uses CloudFormation change sets to update a stack that contains an Auto Scaling group. The change set shows the Auto Scaling group will be replaced because the administrator changed the `LaunchConfigurationName` property to a `LaunchTemplate` property. The administrator wants to avoid terminating existing instances. What should the administrator do?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 4Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation StackSets to deploy resources across 20 AWS accounts in an organization. Deployment fails in 3 accounts. What StackSets configuration prevents a full rollback?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 5Deployment, Provisioning & Automation
A SysOps administrator is using CloudFormation StackSets to deploy a standardized monitoring configuration across 50 accounts in an AWS Organization. A recent deployment to 5 accounts failed due to insufficient permissions. The administrator needs to identify which accounts failed and retry only those. What should the administrator do?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 6Deployment, Provisioning & Automation
A SysOps administrator performed a CloudFormation stack update that caused a resource creation failure, triggering an automatic rollback. However, the administrator needs to investigate the failed resource before it is deleted by the rollback. What should the administrator have configured before the update?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 7Deployment, Provisioning & Automation
A SysOps administrator manages a large CloudFormation template that has grown to 400 resources. The team wants to break common patterns (VPC subnets, security groups, NAT gateways) into reusable building blocks that can be shared across templates without nesting stacks. Which CloudFormation feature achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 8Deployment, Provisioning & Automation
A SysOps administrator is writing a CloudFormation template that deploys an EC2 instance with a user data script. The script installs software and then signals CloudFormation that the instance setup is complete. The stack should fail if the signal is not received within 10 minutes. Which CloudFormation feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 9Deployment, Provisioning & Automation
A company has a CloudFormation template that creates an S3 bucket. The bucket name must be globally unique and should automatically incorporate the stack name and AWS region. Which CloudFormation intrinsic function combination should be used in the `BucketName` property?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 10Deployment, Provisioning & Automation
A SysOps Administrator needs to reference an SSM Parameter Store parameter containing a database password in a CloudFormation template, so the password is resolved at stack creation time without hardcoding it. Which CloudFormation feature should be used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 11Deployment, Provisioning & Automation
A CloudFormation stack update fails and rolls back. After rollback, the administrator notices the RDS instance has been deleted. The administrator wants to ensure that in future stack updates, the RDS instance is never deleted even if the resource is replaced. Which CloudFormation attribute should be added to the RDS resource?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 12Deployment, Provisioning & Automation
A CloudFormation template contains an Amazon EC2 instance resource that requires software to be installed and configured before the stack creation is considered complete. The administrator has added a `cfn-signal` call at the end of the UserData script. What else must be added to the template to make CloudFormation wait for the signal?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 13Deployment, Provisioning & Automation
A SysOps administrator runs CloudFormation drift detection on a stack that manages an EC2 security group. The detection shows that an ingress rule allowing SSH from 0.0.0.0/0 was manually added outside of CloudFormation. What is the recommended action to remediate the drift?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 14Deployment, Provisioning & Automation
A company uses the AWS CDK (TypeScript) to define infrastructure. A developer creates a new CDK stack, runs `cdk synth`, and the resulting CloudFormation template is much larger than expected with resources the developer did not explicitly define. What is the most likely explanation?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 15Deployment, Provisioning & Automation
An administrator is deploying CloudFormation StackSets across accounts. The StackSet operation fails in some accounts with an `OUTDATED` status showing "Account not authorized." What is the most likely cause when using the self-managed permission model?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 16Deployment, Provisioning & Automation
A SysOps administrator wants to ensure that CloudFormation drift detection runs automatically every 24 hours for critical stacks and sends a notification if drift is detected. What is the MOST operationally efficient solution?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 17Deployment, Provisioning & Automation
A SysOps administrator is creating a CloudFormation template that provisions a Lambda function and an S3 bucket. The bucket needs a notification configuration that triggers the Lambda function when new objects are created. Creating the stack fails with a circular dependency error. How should this be resolved?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 18Deployment, Provisioning & Automation
A developer has a CloudFormation template that provisions an Amazon RDS instance, a Lambda function, and an SNS topic. The developer wants to break this monolithic template into smaller, reusable components. Which CloudFormation feature enables this composition while maintaining a single parent stack for lifecycle management?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 19Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation. A stack is stuck in UPDATE_ROLLBACK_FAILED state. How can the stack be recovered?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 20Deployment, Provisioning, and Automation
A SysOps administrator wants to update CloudFormation stack configuration when the template metadata changes, without replacing the instance. Which helper script polls for metadata changes?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 21Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation StackSets with SERVICE_MANAGED permissions. A new AWS account is added to an OU. What happens automatically?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 22Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation Nested Stacks. What is the primary benefit?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 23Deployment, Provisioning & Automation
A team uses AWS SAM to deploy serverless applications. Their SAM template includes a `Transform: AWS::Serverless-2016-10-31` declaration and defines `AWS::Serverless::Function` resources. During deployment, the administrator sees a `Transform` error in CloudFormation. What is the MOST likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 24Deployment, Provisioning & Automation
A CloudFormation template deploys resources for both production and development environments. In production, the template should create an RDS Multi-AZ deployment; in development, it should create a Single-AZ deployment. The environment type is passed as a parameter. Which CloudFormation feature implements this conditional logic?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 25Deployment, Provisioning & Automation
A CloudFormation template includes an `AWS::EC2::Instance` resource that must only be created when the `EnableBastion` parameter is set to `true`. If the parameter is `false`, the instance should not be created. Which CloudFormation construct implements this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 26Deployment, Provisioning & Automation
A company's CloudFormation template creates a Lambda function and an API Gateway. The Lambda function ARN must be passed to the API Gateway integration. However, a circular dependency occurs because the API Gateway also needs to grant invoke permissions referencing the Lambda function. How should the SysOps Administrator resolve this circular dependency?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 27Deployment, Provisioning & Automation
A SysOps Administrator is defining a CloudFormation template that uses `AWS::CloudFormation::WaitCondition` and `AWS::CloudFormation::WaitConditionHandle`. The WaitCondition is configured with a `Count` of 3 and a `Timeout` of 600. What does this configuration mean?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 28Deployment, Provisioning & Automation
A SysOps Administrator is writing a CloudFormation template that must deploy different instance types based on the AWS Region. The `us-east-1` region should use `m6i.large`, `eu-west-1` should use `m6i.xlarge`, and all other regions should use `m5.large`. Which CloudFormation template feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 29Deployment, Provisioning & Automation
A SysOps Administrator needs a CloudFormation template that creates an S3 bucket only when the environment parameter is set to `production`. In non-production environments, the bucket should not be created. Which CloudFormation features must be used together?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 30Deployment, Provisioning & Automation
A development team currently uses CloudFormation to deploy infrastructure but finds the YAML/JSON templates difficult to maintain and test. They want to use a general-purpose programming language (TypeScript) to define infrastructure, with the ability to use loops, conditionals, and object-oriented patterns. Which AWS tool should the SysOps Administrator recommend?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 31Deployment, Provisioning & Automation
A SysOps Administrator needs to deploy a CloudFormation template that provisions a Lambda function along with its code stored in an S3 bucket. The template uses the `AWS::Serverless::Function` resource type from SAM. Which `Transform` declaration must be included in the template?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 32Deployment, Provisioning & Automation
A CloudFormation template uses `Metadata: AWS::CloudFormation::Init` on an EC2 instance to install packages and configure files. The instance launches but the application is not configured. The `cfn-init` log shows no errors. What is the MOST LIKELY reason the CloudFormation Init metadata was not processed?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 33Deployment, Provisioning & Automation
A company wants to create a standardized catalog of pre-approved CloudFormation templates that development teams can use to provision resources. The company needs to control which templates each team can use. Which AWS service should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 34Deployment, Provisioning & Automation
A SysOps administrator uses a CloudFormation template that creates an RDS instance and needs to initialize the database schema after the instance is created. The schema setup requires running a custom SQL script. Which CloudFormation feature should be used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 35Deployment, Provisioning & Automation
A SysOps administrator needs to update the instance type of a running EC2 instance managed by CloudFormation from `t3.medium` to `t3.large`. Before executing the update, the administrator creates a change set. What will the change set show for this modification?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 36Select All That ApplyDeployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and wants to validate template syntax before deploying. Which CloudFormation API/command should they use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 37Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation. The template includes a custom resource. What happens when the custom resource's Lambda function returns FAILED?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 38Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation Drift Detection. What does drift detection identify?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 39Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and creates an IAM role. The role's name is not specified in the template. What type of name does CloudFormation assign?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 40Deployment, Provisioning & Automation
A SysOps administrator is deploying a CloudFormation stack that creates an RDS database instance. The administrator wants to ensure that if the stack is ever deleted, the database is not deleted but instead retained. Which CloudFormation feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 41Deployment, Provisioning & Automation
A SysOps administrator has a CloudFormation stack that was deployed 6 months ago. The administrator suspects that resources in the stack have been manually modified outside of CloudFormation. Which feature allows the administrator to identify which resources have been modified?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 42Deployment, Provisioning & Automation
A SysOps administrator needs to ensure that no one can update or delete a specific critical resource (an RDS instance) in a CloudFormation stack, even during stack updates. Which feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 43Deployment, Provisioning & Automation
A SysOps administrator is deploying a CloudFormation stack that includes an EC2 instance and an RDS database. The EC2 instance depends on the RDS database being available first. However, CloudFormation is launching the EC2 instance before the RDS instance is ready. How should the administrator fix this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 44Deployment, Provisioning & Automation
A SysOps administrator manages a CloudFormation stack that was deployed with a custom VPC resource. The administrator now needs to update the stack, but the VPC resource's CIDR block needs to change—a modification that requires replacement of the resource. The administrator wants to preview this change before executing it. Which feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 45Deployment, Provisioning & Automation
A SysOps administrator needs a CloudFormation stack to create an S3 bucket and then populate it with initial configuration files from a source bucket. CloudFormation does not natively support copying S3 objects. Which approach should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 46Deployment, Provisioning & Automation
A SysOps administrator is debugging a CloudFormation stack creation failure. The stack rolled back, and the administrator needs to keep the failed resources to investigate the root cause without the stack deleting them. Which stack option should have been configured?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 47Deployment, Provisioning & Automation
A SysOps Administrator wants to ensure that users deploying a CloudFormation stack can only select approved EC2 instance types (t3.micro, t3.small, t3.medium) and that the environment name parameter matches the pattern `env-[a-z]{3,10}`. Which CloudFormation parameter properties enforce these constraints?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 48Select All That ApplyDeployment, Provisioning & Automation
A company has two CloudFormation stacks: a "Network" stack that creates a VPC and subnets, and an "Application" stack that needs to reference the VPC ID and subnet IDs from the Network stack. Which CloudFormation feature allows the Application stack to consume values exported by the Network stack? (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 49Deployment, Provisioning & Automation
A SysOps Administrator is updating a CloudFormation stack that includes an RDS instance. The administrator changes the `DBInstanceClass` from `db.m5.large` to `db.m5.xlarge`. According to CloudFormation documentation, this property change causes "some interruption." What does this mean for the RDS resource during the update?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 50Deployment, Provisioning & Automation
A SysOps Administrator wants to automatically roll back a CloudFormation stack update if a specific CloudWatch alarm enters the `ALARM` state within 5 minutes of the update completing. The alarm monitors the application's HTTP 5xx error rate. Which CloudFormation feature provides this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 51Deployment, Provisioning & Automation
A SysOps Administrator is deploying a new version of an application using CloudFormation. The stack includes an Auto Scaling group with an `UpdatePolicy` for rolling updates. During the update, the new instances fail to pass health checks. What happens by default?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 52Deployment, Provisioning & Automation
A SysOps Administrator uses CloudFormation to manage infrastructure. A stack update changes the `AvailabilityZone` property of an EC2 instance. According to CloudFormation, changing this property requires replacement. What happens during this update?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 53Deployment, Provisioning & Automation
A SysOps Administrator runs a CloudFormation stack update that modifies a security group's ingress rules. Midway through the update, CloudFormation encounters an error on a different resource. The stack begins rolling back. Will the security group changes be reverted?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 54Deployment, Provisioning & Automation
A company has a CloudFormation stack that exports an output value (`VpcId`) used by 15 other stacks via `Fn::ImportValue`. The company needs to update the VPC ID. However, CloudFormation prevents updating or deleting an export that is actively imported by other stacks. What is the recommended approach to update the export value?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 55Deployment, Provisioning & Automation
A SysOps Administrator is creating a CloudFormation stack that includes an EC2 instance and an RDS database. The application on the EC2 instance requires the RDS endpoint to be available at boot time. However, the EC2 instance launches before the RDS instance finishes creating. Which CloudFormation resource attribute ensures the EC2 instance waits for the RDS instance to complete?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 56Deployment, Provisioning & Automation
A company uses CloudFormation to deploy an Auto Scaling group. When the stack is updated with a new AMI, the administrator wants the ASG to perform a rolling update — replacing instances in batches while maintaining minimum capacity — rather than replacing the entire ASG resource. Which CloudFormation attribute should be configured on the ASG resource?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 57Deployment, Provisioning & Automation
A SysOps Administrator deploys a CloudFormation stack with an Auto Scaling group and a `CreationPolicy` that requires 3 success signals within 15 minutes. During deployment, only 2 instances send `cfn-signal` before the timeout. What happens to the stack?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 58Deployment, Provisioning & Automation
A SysOps Administrator needs to deploy the same CloudFormation stack across 15 accounts in an AWS Organization. The stack provisions a Config rule and an S3 bucket. The administrator wants a single deployment action that targets all accounts without logging into each one. Which approach should be used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 59Deployment, Provisioning & Automation
A SysOps administrator is deploying infrastructure using AWS CloudFormation. The stack creation fails and rolls back automatically. The administrator needs to identify which specific resource caused the failure. Where should the administrator look FIRST?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 60Deployment, Provisioning & Automation
A SysOps administrator needs to deploy a CloudFormation stack that creates IAM roles with custom names. The stack creation fails with an `InsufficientCapabilities` error. What must the administrator do?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 61Deployment, Provisioning & Automation
A SysOps administrator has a CloudFormation stack that creates an Amazon RDS instance. The administrator needs to update the stack to change the DB instance class from `db.r5.large` to `db.r5.xlarge`. The stack uses the default update behavior. What will happen when the stack is updated?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 62Deployment, Provisioning & Automation
A SysOps administrator needs to deploy a CloudFormation stack across 15 AWS accounts in an organization. The stack must be deployed to all accounts in a specific organizational unit (OU). Which approach is the MOST efficient?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 63Deployment, Provisioning & Automation
A SysOps administrator wants to use AWS CloudFormation to create an S3 bucket with a specific name. If the stack is deleted, the administrator wants the S3 bucket to be preserved. Which CloudFormation feature should be used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 64Deployment, Provisioning & Automation
A company has a CodePipeline that deploys a CloudFormation stack. The pipeline is in us-east-1, but the CloudFormation stack must be deployed in eu-west-1. What must the administrator configure for this cross-region deployment?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 65Deployment, Provisioning & Automation
A CloudFormation StackSet update is being deployed to 20 accounts. The administrator configured the maximum concurrent accounts to 5 and a failure tolerance of 2. After the update fails in 3 accounts, what happens?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 66Deployment, Provisioning & Automation
A SysOps administrator wants to preview what changes CloudFormation will make to a production stack before executing the update. The team is concerned about unintended resource replacements. Which approach provides this visibility?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 67Deployment, Provisioning & Automation
A SysOps administrator has a CloudFormation custom resource backed by a Lambda function. During stack creation, the stack is stuck in `CREATE_IN_PROGRESS` for over an hour. The Lambda function's CloudWatch Logs show successful execution. What is the MOST likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 68Deployment, Provisioning & Automation
A SysOps administrator has a CloudFormation StackSet that deploys IAM roles across all accounts in an organization. After adding a new AWS account to the production OU, the administrator notices the StackSet was not automatically deployed to the new account. What is the most likely reason?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 69Deployment, Provisioning, and Automation
A SysOps administrator uses AWS CloudFormation to deploy infrastructure. A stack update fails midway. What happens by default?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 70Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation. They want to ensure a specific resource is always deleted before another during stack deletion. How is this controlled?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 71Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and wants to prevent accidental deletion of a production stack. Which CloudFormation feature provides this protection?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 72Deployment, Provisioning, and Automation
A SysOps administrator needs to deploy the same CloudFormation stack configuration to all new accounts in an AWS Organization automatically. Which feature enables this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 73Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and needs to pass a database password securely to a stack without it appearing in plaintext. Which approach is MOST secure?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 74Reliability and Business Continuity
A SysOps administrator wants to prevent a CloudFormation stack from being deleted while data migration is in progress. Which CloudFormation feature protects against accidental deletion?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 75Deployment, Provisioning, and Automation
A SysOps administrator wants to deploy CloudFormation stacks in parallel across multiple regions. Which approach achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 76Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and wants to import an existing RDS instance into a stack without deleting it. Which CloudFormation feature enables this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 77Reliability and Business Continuity
A SysOps administrator uses CloudFormation and wants to update a stack without any downtime for an RDS instance. Which update behavior should they be aware of?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 78Deployment, Provisioning, and Automation
A SysOps administrator needs to deploy a CloudFormation stack that requires IAM role creation. Which IAM capability must be specified in the deployment command?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 79Deployment, Provisioning, and Automation
A SysOps administrator uses AWS CloudFormation. They want to export a database endpoint from one stack and import it into another. What is the syntax for importing an exported value?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 80Monitoring, Logging, and Remediation
A SysOps administrator wants to receive an alert when the number of active CloudFormation stacks fails to match the expected count. How is this implemented?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 81Reliability and Business Continuity
A SysOps administrator wants to ensure that a CloudFormation stack update can be aborted mid-way if something goes wrong, without leaving resources in an inconsistent state. Which CloudFormation feature ensures this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 82Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and needs to deploy a stack to multiple regions from a CI/CD pipeline. Which deployment pattern is correct?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 83Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation and wants to ensure that existing EC2 instances are not accidentally terminated during a stack update. Which feature protects specific resources?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 84Deployment, Provisioning, and Automation
A SysOps administrator uses AWS CloudFormation and needs to ensure that a resource like an S3 bucket created by a stack is NOT deleted when the stack is deleted. Which setting preserves the resource?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz
Key CloudFormation Concepts for SOA-C03
SOA-C03 CloudFormation Exam Tips
AWS CloudFormation questions in SOA-C03 are typically scenario-based. Focus on operations, observability, incident response, and automated remediation. Priority concepts: cloudformation, stack, template, change set, drift detection, stacksets.
What SOA-C03 Expects
- Anchor your answer in prioritize operational visibility and repeatable runbook-ready automation.
- CloudFormation scenarios for SOA-C03 are frequently mapped to Domain 3 (22%), so read the objective carefully before picking controls or architecture.
- Expect multi-topic scenarios where CloudFormation interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and vendor best practices.
High-Value CloudFormation Concepts
- Know the core CloudFormation building blocks cold: cloudformation, stack, template, change set.
- Review the edge-case features and limits for drift detection, stacksets; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how CloudFormation pairs with Deployment Automation, Elastic Beanstalk, Systems Manager in real deployment patterns.
- For SOA-C03, explain why the chosen CloudFormation design meets reliability, security, and cost expectations better than the alternatives.
Common SOA-C03 Traps
- Watch for answers that deploy quickly but are hard to monitor or recover.
- Questions in Deployment, Provisioning, and Automation often include distractors that look correct for CloudFormation but violate least-privilege, durability, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two CloudFormation implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to Deployment, Provisioning, and Automation (22%) outcomes for SOA-C03?
- Can you explain security and access boundaries for CloudFormation without relying on default-open assumptions?
- Can you describe how CloudFormation integrates with Deployment Automation and Elastic Beanstalk during failure, scaling, and monitoring events?