Questions tagged with AWS CloudFormation
AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
As best I can tell, the [CreateStackSet](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackSet.html) API does not allow you to specify which regions to deploy stacks to,...
Hi, I am new to AWS, and for some reasons, I couldn't open an AWS account. I am using a service that emulates some of the AWS services locally, but definitely it has a lot of limitations. I have done...
I encountered an issue while deploying my pipeline code to Staging Account, and I'm seeking assistance to resolve it. Here are the details:
Pls help!!!!!!!
Error Message:
```
Error message
Access...
It's failing on Create Service.
I've made a service role, I've assigning it and the logs even show it's assuming the role. Still denied. I even gave the role Admin, still denied.
``
{
...
I have a pipeline that uses waves in the deployment. There are times when I want to control one deployment over another manually. I've set up the waves to have their stages, which are independent...
I have the following cf script creating a simple AWS Connect instance.
```yaml
Resources:
AmazonConnectInstance:
Type: AWS::Connect::Instance
Properties:
Attributes:
...
Hello everyone,
I'm currently working with the AWS Serverless Application Model (SAM) to manage my Lambda functions. I'd like to know if it's possible to deploy a specific Lambda function within my...
Take the following CloudFormation stack which configures an...
Hello,
I'm seeking guidance on how to use an ACM certificate from Account X for deploying AWS CloudFront in Account Y and Z using CloudFormation.
**Note: I use Codeploy in my pipeline for the...
Hi AWS, while disabling the unapproved regions in our AWS accounts we noticed that a couple of regions are enabled by default. After research I figured out **Regions introduced before March 20, 2019...
It appears that the resource provider for AWS::EKS::Nodegroup can issue an invalid API request to EKS when the taints property changes between undefined and empty list.
I recently changed my CDK...
Hello.
So I am building a stack with CDK Typescript. Keycloak service in ECS Fargate. The problem I am having is when I create a new AWS account and run stack for the first time I get the following...