Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:181f434838407aab

RUN dnf install -y tar gzip awscli jq sed

ADD https://github.com/ekristen/aws-nuke/releases/download/v3.60.1/aws-nuke-v3.60.1-linux-amd64.tar.gz nuke-binary.tar.gz
ADD https://github.com/ekristen/aws-nuke/releases/download/v3.62.0/aws-nuke-v3.62.0-linux-amd64.tar.gz nuke-binary.tar.gz

RUN mkdir /tmp/aws-nuke && \
tar -xzvf nuke-binary.tar.gz -C /tmp/aws-nuke && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ resource-types:
- S3Object # Let the S3Bucket delete all Objects instead of individual objects (optimization)
- ConfigServiceConfigurationRecorder
- ConfigServiceDeliveryChannel
- BedrockAgentCoreWorkloadIdentity # Cannot be deleted directly - deleted when parent AgentRuntime is deleted
blocklist:
- "%HUB_ACCOUNT_ID%" # placeholder HUB_ACCOUNT_ID will be dynamically replaced during CodeBuild execution
accounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"backup:*",
"batch:*",
"bedrock:*",
"bedrock-agent:*",
"bedrock-agent-runtime:*",
"bedrock-agentcore:*",
"budgets:*",
"cloud9:*",
"clouddirectory:*",
Expand Down