How to restore Default VPC that has been accidently deleted for my AWS Account for Mumbai region.

0

How to restore Default VPC which is provided by default by AWS. I accidently deleted for my AWS Account for Mumbai region. is there any way to recover Default VPC. Or will it be possible by sending the mail to AWS support team.

Please suggest

已提问 7 个月前274 查看次数
1 回答
3

Hello,

Unfortunately, you cannot restore a default VPC once it's been deleted. However, alternatively, you can create a new default VPC again. You cannot restore a previous default VPC that you deleted, and you cannot mark an existing nondefault VPC as a default VPC as well. Check below,

To create a default VPC using the console

Open the Amazon VPC console at https://console.aws.amazon.com/vpc/

In the navigation pane, choose Your VPCs.

Choose Actions, Create Default VPC.

Choose Create. Close the confirmation screen.

To create a default VPC using the command line

You can use the create-default-vpc AWS CLI command. This command does not have any input parameters.

aws ec2 create-default-vpc

Please refer more information here - https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-vpc

AWS
支持工程师
已回答 7 个月前
profile picture
专家
已审核 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则