Skip to content

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
7724 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
32
views
asked a month ago
need to use code deploy to deploy on ec2 in place by cdk please provide stacks for both ec2 and codedeploy as getting error “CodeDeploy agent was not able to receive the lifecycle event” for current s...
1
answers
-1
votes
32
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 a month 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
64
views
asked a month ago
which iam policy to be used for ec2 to access codedeploy by cdk
1
answers
-1
votes
22
views
asked a month 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
20
views
asked a month 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
33
views
asked a month 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
56
views
asked a month 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) ...
Accepted AnswerAmazon EC2Amazon VPC
2
answers
0
votes
62
views
asked a month 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
143
views
asked a month ago
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...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • •••
  • 644
  • Page size
    12 / page