Questions tagged with Infrastructure as Code
Content language: English
Sort by most recent
With respect to the 2020 **How to import existing AWS resources into CDK stack** [article](https://medium.com/@visya/how-to-import-existing-aws-resources-into-cdk-stack-f1cea491e9), there's a line in...
I received an email to inform me to update some CDK stacks to version 2 or all of my stacks firstly created with CDK 1 were migrated on v2 from January 2022.
Despite several searches via the console...
As described in [Best practice guidance to avoid "CloudFormation cannot update a stack when a custom-named resource requires...
Hi,
In AWS organization using control tower, we are trying to utilize the Security hub, couple of observations is even though we designate a member as Delegated admin account, we are observing...
At my company we are following the "Infrastructure as Code" paradigm and have reflected (almost) all of our AWS setup via Terraform modules. To avoid someone is executing some specific actions (mainly...
I am looking for a way to share my Terraform-based modern data stack solution, which I have created using various AWS services, with other companies privately via AWS. However, in the future, we might...
Hello, I am somewhat new to CDK. Or at least I haven't came across this problem.
**Problem:** I created a stack in CDK and accidentally named it the wrong file. I also unwillingly used a module that...
I want to forbid infrastructure changes made via AWS Management Console to enforce Infrastructure-as-Code.
I know [it is impossible to switch to a role which requires...
Good afternoon.
I am using my AWS account to learn AWS. During this process things have been created and destroyed. How can I get everything reset to where it was before I started, like it was a...
Hi everyone
I am trying to move a project to CodeCatalyst that is using CDK for Infrastructure as code and Java as a CDK language. Maven is used as a build tool.
The project structure is like...
Is it possible or is it on a roadmap to delete a specific resource from CloudFormation stack? This would be very useful if for whatever reason it is necessary to recreate a resource, without modifying...
Our environment manages most of the infrastructure component changes via code. Additionally, certain administrators have access to make infrastructure changes to applicable resources directly via...