-
Hey guys,
I m trying to run the command: ./spark-ec2 -i -k --copy launch amplab-training from your Big-Data Mini Course.
I have downloaded my US East key pair and also called it ampcamp, so my …
-
When trying to generate console link for key-pair, getting the below error:
```
AWS service ec2 resource type key-pair/ not supported
File "/var/task/cloudconsolelink/clouds/aws/__init__.py", line …
-
Per https://github.com/udondan/cdk-ec2-key-pair/issues/53#issuecomment-1173932370 the author of `cdk-ec2-key-pair` is deprecating the repo and suggests we start using the now-standard https://docs.aws…
-
# Background
Currently, the creation of key-pair is not automated.
The key needs to be created by hand and it's the name provided in settings.
# Need
It could be possible to offload this t…
-
### 이슈상황
- key pair를 이용하여 EC2 인스턴스 ssh 접속을 시도하였으나, key pair에 대한 권한 오류가 발생하였다.
-
### Describe the bug
using the static methods
```typescript
KeyPair.fromKeyPairName()
KeyPair.fromKeyPairAttributes()
```
and the the keyPair property on the InstanceProps interface does not set…
ghost updated
10 months ago
-
I am testing [Karpenter](https://github.com/aws/karpenter-provider-aws) with LocalStack. The missing LaunchTemplateAndOverrides causes Karpenter to exit with a panic.
### Is there an existing issue f…
kcchy updated
1 month ago
-
`usermod -aG sudo `
#AWS
To login (#AWS)
```
ssh -i /path/to/your-key-pair.pem admin@your-instance-public-dns
```
Linux sysadmin
Check version
```
uname -r
```
Setting Up Node.js on an Amaz…
-
Edit: I believe this has to do with getting the DER of the public key. How can I achieve this?
I'm trying to verify a .pem private key file as having the same public key fingerprint as imported EC2…
-
### Terraform Core Version
OpenTofu 1.7.1
### AWS Provider Version
5.66.0
### Affected Resource(s)
* An existing `aws_instance` which has already been configured with an `ipv6_address_count` of `…