Questions tagged with Amazon EC2
Content language: English
Sort by most recent
The following link is helpful in answering how to unblock port 25:
[Remove port 25 restriction from your EC2 instance | AWS re:Post](https://repost.aws/knowledge-center/ec2-port-25-throttle). However, my question pertains as to why it's blocked.
Doing some research I've found a list of reasons as to why port 25 might be blocked or throttled by hosts and ISPs, but I was hoping for a more official explanation from AWS as to why it's blocked here.
Thank you.
Hello,
Is it possible to assign a domain name to ec2 instance. My goal is to have ec2 instances with my custom domain assigned for example: app-1.example.com
For now my idea is to programmatically assign or remove domain name based on instance state.
Maybe there is a AWS service that could help me?
Hi there,
I have some linux instances running on AWS but sometimes when we try to connect to the instance its say "Network connection failure" and same when I check on AWS EC2 console its says 1/2 status check failed.
and after rebooting the instance sometimes its works perfectly and sometimes it got completely disconnected and after this we have to recover the data from EBS volumes and required to create new instance. But the previous instance was not in work.
Please provide me a solution, why it is happening?
we have a GitHub Enterprise server. my company is implementing aws accounts and roles. how can I configure vpc and other resources such that we can spin up and ec2 instance and do a git pull overt https , from our enterprise server url, say from https://github.example.com/
I am still in the free teir period but for some reason i am incuring some charges. Can someone please explain what might be the problem. I currently have just one instance running
Hello everyone,
as a complete beginner in AWS, I'm following a coursera course for AWS beginners.
One of the first exercises is to create a EC2 instance via the AWS console. They provide us with a little script that boots up on an app on the virtual machine, and should then be accessible with an HTTP call on the public IP. I don't what's exactly going on but it seems that the page is loading forever and then times out when I try to access it on a web browser at the address http://<public-ip-address>
Does anyone know what could be going on ? Here are the details of the EC2 instance I've launched :
Amazon Linux AMI
t2.micro
HTTP protocol (source: everywhere)
I've configured a key pair
default VPC
chose first subnet


I also have an error when trying to use EC2 Instance Connect. (maybe because I have only configured HTTP and not SSH)
```
Failed to connect to your instance
EC2 Instance Connect is unable to connect to your instance. Ensure your instance network settings are configured correctly for EC2 Instance Connect. For more information, see Set up EC2 Instance Connect at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html.
```
If anyone could help me debug this, that would be really helpful.
Thank you for reading me !
while accessing the EC2 dashboard Iam getting "An error occurred retrieving supported platforms" error message.Could you please help me to resolve this issue

Hello,
Can somebody tell me the right option for the below question?
The customer has an existing application running on a fleet of EC2 spot instances. This application processes millions of messages from SQS and generates CSV to be stored in s3. Customer is considering to move to ECS farget. What changes will be needed?
a. Continue to use spot instances and bundle the app as a docker image.
b. moving to containers is not recommended because containers will add overheads
c. consider using the self-launch mode to migrate the existing ec2 instances to farget launch mode
d. use DMS service to port the application
I am trying to get a handle on how to you define an ALB, its Listeners, Target group and Security groups in a CF Template. So I wrote out this sudo code listing. Is this correct if the ALB is Internal, listening on port 443 for traffic and sending that traffic to port 80 on the instance webserver?
* ALB
* Properties:
* Type: internal
* Listener: 80
* Listener: 443
* Subnets
* SecurityGroups
* LBAttributes
* ALBListener80
* Properties:
* Reference: ALB
* Port: 80
* Redirect rule to port 443
* ALBListener443
* Properties:
* Reference: ALB
* Port: 443
* SSL Policy
* Certificate
* Forward rule to ALBTarget80
* ALBTarget80
* Properties:
* Port: 80
* VPCid
* TargetgroupAttributes
* Registered instance(s)
* Healthcheck
* Check port 80
* ALBSecurityGroup
* Ingress rules:
* Allow port 80 from VPC CIDR
* Allow port 443 from VPC CIDR
* Egress rules:
* Allow port 80 to InstanceSecurityGroup
* Allow port 443 to InstanceSecurityGroup
* Allow All traffic to 127.0.0.1/32
* InstanceSecurityGroup
* Ingress rules:
* Allow port 80 from VPC CIDR
* Allow port 443 from VPC ALBSecurityGroup
* Egress rules:
* Allow all to 0.0.0.0/0
Am I looking at this correctly?
we need to install Chinese fonts on one of our EC2 amazon Linux servers, anybody luck with that ?
First-off, I am accessing VM from Android.
Free Tier AWS EC2 Linux 2 with MATE desktop pre-installed, starts/boots in CLI !?
Connection through SSH Client from Android has been established smoothly & works fine.
The root passed has been set up too.
The systemctl has been set to default on boot to desktop.
sudo systemctl set-default graphical.target
**Despite all that the reboot defaults in cli, how do manage to initialize MATE desktop?**
I am new to AWS E2. I have allocated an elastic IP address successfully. But when I tried to associate it with a running instance, there is no instance listed on the web console.
I tried searching and reading how elastic IP address works, but did not see anything that is about this issue. (the instance has beenn running well with a public address).
anyone out there can help?