billing budget and server issue

0

I tried AWS free tier these days, and got billing info every day. every time I create a new instance the budget increases one cent. anther issue is these instance cannot be pinged successfully. can someone explain to what are that issues?

tumuhao
asked a year ago182 views
3 Answers
0

Hi, on your connection issue to the EC2 instance,

I strongly recommend to read https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html

I strongly suggest to start connecting with Instance Connect from the console: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html (please, respect prereqs)

Then you can try connecting with SSH (Linux) or RDP (Windows) from your laptop.

Explicit ping requires that your security groups allow for ICMP trafic: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html#sg-rules-ping

profile pictureAWS
EXPERT
answered a year ago
0

The reason for the ping not succeeding is due to the EC2 security group and VPC network ACLs, as others have explained.
If ICMP is set to inbound rules as per the following document, I believe the ping will succeed.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html#sg-rules-ping

As for the fee, I thought it exceeded the limit of the free quota.
The one-year free slots are available for the following documents.
https://aws.amazon.com/free/?nc1=h_ls&all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all

You can check the services for which you are being charged by using this document.
https://repost.aws/knowledge-center/check-for-active-resources

profile picture
EXPERT
answered a year ago
0

thank you two, I read your links and find out the answers. have a good day.

tumuhao
answered 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