Clean up

  1. Empty S3 bucket
  • Run the command: aws s3 rm s3://BUCKET_NAME --recursive
  • Replace BUCKET_NAME with bucket name to empty: fcjdmswebstore, fcjdmsstore
  1. Delete CloudFormation stacks
  • Execute the command to delete the AWS SAM application: sam delete --stack-name fcjdmsapp
  • Execute the command to empty S3 bucket: aws s3 rm s3://BUCKET_NAME --recursive
  • Replace BUCKET_NAME with bucket names starting with: aws-sam-cli-managed-default-samclisourcebucket-
  • Open Amazon S3 console
  • Selecting the bucket name start with aws-sam-cli-managed-default-samclisourcebucket-
  • Click Show versions
  • Select the fcjdmsapp folder
  • Select all objects
  • Click Delete
  • Enter permanently delete
  • Click Delete
  • Run the command to stack: sam delete --stack-name aws-sam-cli-managed-default
  1. Delete CloudFront distribution
  • Open Amazon CloudFront console
  • Select the currently displayed distribution
  • Click Disable
  • Click Disable again
  • Wait for distribution to be disabled
  • Select distribution again and click Delete
  • Click Delete again
  1. Delete SSL certificate
  1. Delete Hosted zone
  • Open Amazon Route 53 console
  • Click created hosted zone
  • Select records whose type is different from NS and SOA
  • Click Delete records
  • Click Delete
  • Click Delete zone
  • Enter delete
  • Click Delete