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
feita há um ano187 visualizações
3 Respostas
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
ESPECIALISTA
respondido há um ano
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
ESPECIALISTA
respondido há um ano
0

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

tumuhao
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas