diff --git a/aws/documentation/account-decommission/vpc.md b/aws/documentation/account-decommission/vpc.md index beb96756..c7095b17 100644 --- a/aws/documentation/account-decommission/vpc.md +++ b/aws/documentation/account-decommission/vpc.md @@ -1,3 +1,11 @@ +# removing account-specific vpc + +Create a branch + +```script +git checkout -b remove-vpc +``` + # remove vpc-endpoints, if present ```script @@ -57,3 +65,15 @@ manage-remote-state.sh delete tf-run clean rm -rf .terraform* ``` + +# finalize + +Commit, push and PR + +```script +git commit -a -m "remove VPC {region}/vpc{N}" . +git push +# do PR +``` + +where {region} is east or west, and vpc{N} is the vpc number, like vpc6.