VPC Setup can delete the default instance or not.

0

HI ...

I am new to AWS ..using free tier account ....i had created my VPC Setup ..

1.create VPC as XXXXX ---- 2.create subnet for web,app & DB Servers >>> Enable auto Assign IP webservers- X.X.X.X-server1 Appservers - X.X.X.X--server2 DB Servers - X.X.X.X---server3
3. create a internet gwate way (IGW) and attach it to vpc 4.createing routing table and assign IGW and subnet to it. 5.create a security (firewall ) and allow traffic 6.create a keypair >>> Publickey---.PEM file-KEY 7.Deploy a instance (VM) and access using putty......

after finishing my tasks i had deleted all .....

Follwoing VPN resources i can see default one still there..i am not sure i should delete tht one also or not. If i leave i will get any charges or not.

any one please advise on this. How to check which resources i will get charges or not...

Resouces

VPC Network ACL Security Group

2 Answers
0
Accepted Answer

There is no need to delete VPCs, subnets, security groups, and network ACLs, as they will be the ones that do not incur fees when created.
https://aws.amazon.com/vpc/pricing/?nc1=h_ls

If the EC2, RDS, etc. that were launched in the VPC are gone, then there would be no billing.

You should check the AWS Cost Explorer screen for charges for a few days.
https://docs.aws.amazon.com/ja_jp/cost-management/latest/userguide/ce-what-is.html

It is rare to forget to delete EC2 or RDS snapshots, so please make sure they have been deleted.

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a month ago
0

VPCs, subnets, route tables, and internet gateways do not have a cost. So, it is ok to leave your default VPC. See: VPC pricing.

You can delete the Default VPC if you want to.

profile pictureAWS
EXPERT
kentrad
answered a year ago
profile picture
EXPERT
reviewed a year 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