Skip to content

EBS. Size increasing

0

Hi, I have a instance EC2 associate with a EBS volumen, this instance was stopped but the used disk size keeps increasing.

I don't understand why the used volume size keeps increasing if the instance was stopped.

Thanks.

  • Where are you seeing the EBS volume size increasing? Is that in the console?

  • In Billing Dashboard , View your bill.

    Thanks.

  • Probably the volume is being used over the network.Look at the security group rules to check what ports allow traffic. To confirm, you could also block all security rules and observe.

1 Answer
0

Even when an EC2 instance is stopped, its associated EBS volume size can still increase due to several factors.

The most common reasons include automated snapshots created by AWS Backup or other backup solutions, the volume being attached to other running instances, or unexpected EBS volume activity.

To investigate, check volume attachments in the AWS Console, review backup solutions and their schedules, monitor CloudWatch metrics for write operations, and examine AWS Config for any automation rules affecting the volume. Best practices include tagging resources, enabling CloudTrail for API call monitoring, setting up CloudWatch alarms for unexpected volume activity, and conducting regular audits of backup policies and automation rules.

If necessary, consider detaching the volume temporarily, but always create a snapshot before making any changes. Remember to implement proper backup policies and set up monitoring alerts for long-term management of your EBS volumes.

AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.