How can I definitively take down my application from AWS Amplify and prevent it from remaining accessible?

1

When I uploaded my application to AWS Amplify by connecting it to my GitHub repository for hosting, I was able to delete it without any issues from the AWS Amplify console. However, I can still access the application through the link even after deleting it. Additionally, when I make updates to my GitHub repository, they are automatically reflected in the application's environment. I have checked other AWS service dependencies and disconnected everything, including VPC, API Gateway, and Lambdas. How can I definitively take down my application from AWS Amplify and prevent it from remaining accessible?

profile picture
asked 3 months ago119 views
3 Answers
1
Accepted Answer

Could you have created the app in another region than the one you are currently using?

I have an app that I created in eu-north-1. It's listed if I view AWS Amplify | eu-north-1. However, if I click on the region name in the top right corner and switch to e.g. AWS Amplify | eu-west-3 there is no app listed.

Do you know in which region you created the app?

TS
answered 3 months ago
  • Thank you for your response, that was it. It was loaded in another region. Many thanks!

1

Yes, I deleted it. Despite that, when accessing the Amplify service, it shows that I don't have any application loaded. However, upon accessing the link I had for that application, it still displays the application, even with the recent modifications made in the GitHub repository. Furthermore, Amazon continues to charge me for the Amplify service, despite having deleted the application

profile picture
answered 3 months ago
0

Did you actually delete the app, or did you possibly just disconnect one of the branches?

To actually delete the app, go to the Console and select AWS Amplify. If your app is still listed under "All apps", click on it. When the new page has loaded, in the top right corner, click on "Actions" and "Delete app".

TS
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions