Terraform template to enable Snapshot on EBS volumes of Instances created by ASG

This note will explain, how to configure scheduled Snapshot of attached EBS volumes using terraform, Cloudwatch Events with builtin target EC2 CreateSnapshot API. We can use Cloudwatch event to schedule snapshot of EBS volume. For this we need to create Schedule based Cloudwatch Event Rule with Specific Cron expression. Then attach EC2 CreateSnapshot API target…

Configure AutoScaling using OpenNebula 4.8 & Flow

Internet Gateway: 192.168.50.1 Frontend & Host1 IP: 192.168.50.2 – OpenNebula-Server, OneFlow, Sunstone, OpenNebula-Node Host2 IP: 192.168.50.3 – OpenNebula-Node In Sunstone Interface: A. Create 2 Virtual Networks: Public Network: 192.168.50.0/24 – StartIP: 192.168.50.100 Private Network: 10.0.0.0/24 – StartIP: 10.0.0.10 Use ebtables Create 2 Reserved Private Networks RouterPrivateNetwork: 10.0.0.10 IP Size: 1 -> This will ensure one…