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
7702 results
Hi, I want to run my own hypervisor (KVM/QEMU) on an EC2 bare metal instance and launch a guest VM that uses AMD SEV (not the EC2 managed SEV-SNP “Confidential VM” mode). Goal: Host: EC2 m6a.metal ...
1
answers
0
votes
27
views
asked 9 days ago
Hello, I am a newbie made EC2 openvpn instance all worked well yesterday but now I cannot connect to my vpn again, tried stopping and starting instance but no effect. Can anyone help please in layman ...
Accepted AnswerAmazon EC2
2
answers
0
votes
40
views
asked 9 days ago
Dear, I am experiencing an issue with configuring Access-Based Enumeration (ABE) on our AWS FSx for Windows File Server in the Canadian region. Despite having a properly functioning FSx environment, I...
2
answers
0
votes
32
views
asked 9 days ago
Hello, We are running a Rust-based TCP application inside a Docker container on an AWS EC2 instance (c7a.2xlarge). The application listens on port 9001, which is exposed from the container. **Proble...
1
answers
0
votes
38
views
asked 10 days ago
I have following config in .ebextensions..however it does not seem to work ``` Resources: AWSEBSecurityGroup: Type: AWS::EC2::SecurityGroup Properties: GroupDescription: "AWSEBSecur...
3
answers
0
votes
62
views
asked 11 days ago
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
34
views
asked 13 days 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
28
views
asked 13 days 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
29
views
asked 13 days 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
39
views
asked 13 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 14 days ago
which iam policy to be used for ec2 to access codedeploy by cdk
1
answers
-1
votes
22
views
asked 14 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 14 days ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 642
  • Page size
    12 / page