Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
7706 results
#!/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
40
views
asked 18 days 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
59
views
asked 19 days ago
which iam policy to be used for ec2 to access codedeploy by cdk
1
answers
-1
votes
22
views
asked 19 days 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
19
views
asked 19 days 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
32
views
asked 19 days 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
45
views
asked 20 days 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
60
views
asked 21 days 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
95
views
asked 21 days ago
jonthomascampbellEXPERT
published 21 days ago0 votes43 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
57
views
asked 21 days ago
Has anyone noticed that that session managers on the AWS skillbuilders are hanging, and not giving a linux prompt. I have tried since yesterday, and its not working, I even tried using difference WIFI...
1
answers
0
votes
26
views
asked 22 days ago
When attempting to compile Go programs that import github.com/aws/aws-sdk-go-v2/service/ec2
in AWS CodeBuild using BUILD_GENERAL1_SMALL compute type (3 GB RAM, 2 vCPU), the build fails
with the...
1
answers
0
votes
28
views
asked 22 days ago