Category "amazon-ebs"

How can I attach a persistent EBS volume to an EC2 Linux launch template that is used in an autoscaling group?

To Clarify my Autoscaling group removes all instances and their root EBS volumes during inactive hours, then once inside active hours recreates and installs all

error when resizing partition using `growpart` on AWS EBS instance

I have an EC2 instance where I'm attempting to resize the disk on the fly. I've followed the instructions in this SO post but when I run sudo growpart /dev/nvme

Elastic beanstalk cron with laravel schedule

I have just made two schedule in laravel. Register them in kernel like this $schedule->command('jobs:expire')->everyMinute(); $schedule->command('job

Why am I still able to read encrypted EBS volume data in EC2 even after disabling the KMS key?

I am trying to verify data encryption of EBS volume in AWS. I have encrypted one EBS volume with a KMS key and mounted it on an EC2 instance. I have some files

cloudwatch command get-metric-data

I'm not able to get the metric data through this command. aws cloudwatch get-metric-data --metric-data-queries jsonfile.json \ --start-time 2019-02-01T10:40

Using Boto to find to which device and EBS Volume is mounted

How do I find to which device an EBS Volume is mounted with Python Boto v2.0? boto.ec2.Volume has some interesting properies like attachment_state and volume_s

Using Boto to find to which device and EBS Volume is mounted

How do I find to which device an EBS Volume is mounted with Python Boto v2.0? boto.ec2.Volume has some interesting properies like attachment_state and volume_s