Is there a way to restore all settings back to default

0

I'm on a free account trying to learn as much as possible and I seem to not be able to connect and I've created to many default network interfaces. I would like to reset everything. I don't mind losing my work.

질문됨 6달 전470회 조회
2개 답변
1

Unfortunately, nothing build-in to accomplish the same. Think of this as a Non-repudiation security feature to provide visibility on what the account has been used for. There is no built-in way to accomplish this task. When using AWS services, you might change your account configuration and/or create various resources like IAM roles or CloudWatch log groups. Additionally, you might change global or regional service configurations (e.g. for AWS Config or Amazon API Gateway). Further more, while using the services, your account's internal metrics will change. So basically, there is no way to do a 'factory reset' of an AWS account.

Even when you deploy your resources using the IaC approach (AWS CloudFormation or AWS CDK) and then delete the stacks, you still might have some data or configuration that differs from defaults (e.g. CloudWatch metrics - you cannot delete them, they expire automatically).

The only way to fully reset everything is to delete your existing account and create a new one.

Open-source tools may serve your purpose. Such as AWS-Nuke or Cloud-Nuke. However, please use it at your own risk. Warning: these open source tools are not provided by AWS. You should take every precaution to ensure that nothing critical gets deleted, and you are responsible for your choices and actions.

If you are on a learning path best thing to do is setup a seperate new account. or use aws skillbuilder which provides sandbox environment which will allow you to experiment freely.

profile pictureAWS
답변함 6달 전
0

Detailed advice on terminating resources you don't need any more is here https://repost.aws/knowledge-center/terminate-resources-account-closure

A drastic option if you want to terminate all running resources in your account is AWS Nuke (caution: use with care!) https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/automate-deletion-of-aws-resources-by-using-aws-nuke.html

profile picture
전문가
Steve_M
답변함 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠