Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
All Content tagged with Amazon EC2
a web service that provides secure, resizable compute capacity in the cloud
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
7735 results
I have a Tomcat app running in EC2 instances created by Elastic Beanstalk. The application uses SES to send emails using the SesClient class in the AWS Java SDK. Most of the time, this works fine. H...
2
answers
0
votes
41
views
asked a month ago
using below ec2 config in cdk code while creating ec2 for code deploy
# =========================
# EC2 CONFIG
# =========================
ami = ec2.MachineImage.generic_linux...
1
answers
-1
votes
34
views
asked a month ago
#!/usr/bin/env python3
from aws_cdk import (
Stack,
RemovalPolicy,
aws_iam as iam,
aws_s3 as s3,
aws_codedeploy as codedeploy,
)
from constructs import Construct
class CodeDeploy...
2
answers
-1
votes
42
views
asked 2 months ago
Amazon resource identifier: arn:aws:ec2:eu-north-1:618951595864:instance/***********
Remote IP/Ports:
************ 9068 Protocol: UDP
Total Gbits sent: 209.250951216
Total packets sent: 22204048
Tot...
2
answers
-2
votes
73
views
asked 2 months ago
which iam policy to be used for ec2 to access codedeploy by cdk
1
answers
-1
votes
26
views
asked 2 months ago
# IAM Role for EC2 instances
ec2_role = iam.Role(
self,
"ec2Role",
assumed_by=iam.ServicePrincipal("ec2.amazonaws.com"),
managed_polic...
1
answers
-1
votes
22
views
asked 2 months ago
I am seeing extremely slow data rates from these apt mirrors
```
Hit:14 http://ap-southeast-2b.clouds.ports.ubuntu.com/ubuntu-ports jammy InRelease
Get:15 http://ap-southeast-2b.clouds.ports.ubuntu....
Accepted AnswerAmazon EC2
1
answers
-1
votes
34
views
asked 2 months ago
I set up Resource Scheduler to start and stop my instance every weekday at noon for one hour. It worked perfectly for about a week, but recently it has stopped automatically starting/stopping. I haven...
2
answers
0
votes
60
views
asked 2 months ago
Hi,
I have a question about the charging surrounding G6e.xlarge instances.
I launched 5 instances, totalling just over 2.5 hours total (1x1hr, 4x>1hr), I would expect to pay around $6 ($2.3 x 2.5) ...
2
answers
0
votes
63
views
asked 2 months ago
I'm developing a server on amazon linux 2023. Everything has been going great until today when I started up an ec2 instance, loaded my code on and a bunch of things broke. It looks like amazon linux...
2
answers
0
votes
188
views
asked 2 months ago
jonthomascampbellEXPERT
published 2 months ago0 votes67 views
Amazon EC2 instances that stop cleanly a few minutes after startup are often misinterpreted as experiencing infrastructure instability or hypervisor issues. In many cases, however, this behavior is ca...
Hi All,
I wrote a cloud formation template, basically it is deploying VPC, subnets, SG's & etc., etc. with VPC IP address being 172.16.0.0/12.
Can anyone review and tell me what wrong am I doing he...
4
answers
0
votes
71
views
asked 2 months ago