kitchen-ec2 icon indicating copy to clipboard operation
kitchen-ec2 copied to clipboard

A Test Kitchen Driver for Amazon EC2

Results 47 kitchen-ec2 issues
Sort by recently updated
recently updated
newest added

## Brief Description Kitchen EC2 driver is unable to SSH into EC2 instance. ## Version Chef Workstation version: 22.7.1006 Chef Habitat version: 1.6.420 Test Kitchen version: 3.3.1 Cookstyle version: 7.32.1...

OS: macOS 10.12.4 When creating an EC2 instance via `kitchen`, I cannot SSH into the host. I can, however, manually SSH into the host on the command line. I have...

Bug
Triaged

## :frowning_person: Problem Statement AWS changed image visibility for deprecated ones ([ref](https://aws.amazon.com/about-aws/whats-new/2022/03/amazon-machine-images-public-visibility-two-years/)). In short, non-owner user can only describe deprecated AMI by by specifying its ID. AFAIK, for Debian 8/Centos...

# Description AL2022+ is based on Fedora 35 which only supports ed25519 out of the box This exposes the key type passed to the AWS API as optional parameter, aws_ssh_key_type....

## :frowning_person: Problem Statement To override configurations within `block_device_mappings` you need to call out each define and each configuration ``` block_device_mappings: - device_name: /dev/sda ebs: volume_size: 20 delete_on_termination: true -...

@timvisher commented on [Thu Apr 29 2021](https://github.com/test-kitchen/test-kitchen/issues/1756) ## EC2 Driver Relies on undefined `refresh!` method of `Aws::Credentials` in at least some cases Some credentials classes are non-refreshing and when those...

## Brief Description There is an approximate 5-minute delay to the EC2 driver seeing Windows instances as 'ready'. ## Version kitchen-ec2 3.12.0, but this has been a problem the last...

We have security hub/config reporting non compliant use of non-encrypted EBS volumes. Please can we update this to support EBS encryption in the block_device_mappings?

New Feature
Improvement

## :speaking_head: Foreword There is a deprecation message issued during `destroy`. ## Version kitchen-ec2 3.6.0 test-kitchen 2.5.2 aws-sdk-ec2 1.166.1 ## Environment MacOS Catalina ## Steps to Reproduce 1. Create any...

Hello, We have observed that due when perform kitchen create using ec2 its not taking tags that we define in yml file . what should be formate set addtiona tags...