Update AWS CloudFormation Stack
This page is only relevant if you connected your AWS account before July 13th, 2026. Accounts connected after this date already have the latest permissions.
Aikido has updated the AWS CloudFormation template with expanded permissions. If your account was connected before this change, you'll need to update your existing stack to stay current.
The updated template enables:
Broader AWS service coverage β visibility across more resource types
Deeper inspection of managed services β including EKS, Lambda, and Batch
Container and workload network reachability analysis β tracing network paths from the internet to your containers
All permissions are read-only. rds:DownloadDBLogFilePortion is explicitly denied to prevent access to database logs.
Aikido automatically masks sensitive values in your AWS resources before indexing them. This includes secrets in Lambda environment variables, EC2 user data, and similar configurations.
How to update your stack
Get the updated template from Aikido
Go to Clouds β Add AWS. Select "Single" or "Full Organization" and copy the CloudFormation template link.
Open CloudFormation in AWS Console
Navigate to CloudFormation and locate your existing Aikido stack.
If you're updating permissions for an organization connection, make sure you're in your AWS organization management account.
Update the stack
Click "Update stack" and choose one of:
Create a change set (recommended) β lets you preview all changes before applying
Make a direct update β faster, but applies changes immediately
Replace the template
Select "Replace existing template", then either:
Paste the template URL from Aikido
or Upload the file if you downloaded it
Complete the deployment
Proceed with the update and finish the stack deployment. If you chose to create a change set, remember to execute it after reviewing.
Last updated
Was this helpful?