Questions tagged with AWS CloudFormation

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.

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...
1
answers
0
votes
387
views
asked 20 days ago
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...
1
answers
0
votes
231
views
Nafiu
asked 22 days ago
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. `` { ...
3
answers
0
votes
330
views
Kelnor
asked 23 days ago
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...
1
answers
0
votes
181
views
profile picture
asked 24 days ago
I have the following cf script creating a simple AWS Connect instance. ```yaml Resources: AmazonConnectInstance: Type: AWS::Connect::Instance Properties: Attributes: ...
1
answers
0
votes
128
views
Bayram
asked 25 days ago
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...
1
answers
0
votes
178
views
profile picture
Vava
asked 25 days ago
1
answers
0
votes
140
views
asked a month ago
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...
1
answers
0
votes
335
views
Nafiu
asked a month ago
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...
1
answers
0
votes
191
views
profile picture
asked a month ago
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...
0
answers
0
votes
271
views
asked a month ago
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...
0
answers
0
votes
173
views
MarkoD
asked a month ago
**[Update]** Complete stack (replace variables before executing): ``` AWSTemplateFormatVersion: '2010-09-09' Resources: S3ClientBucket: Type: AWS::S3::Bucket Properties: BucketName:...
3
answers
0
votes
251
views
asked a month ago