How AWS snapshot works? Is Incremental? *Normally when you take backup of Amazon EC2 EBS volume, backup will be stored in S3 called “Snapshot” *AWS users will not have any visibility on backend process.These backup are not visible as S3 bucket formats eventhough its stored in S3. You can only view snapshot details in console *You can back…
Month: November 2017
How to view AWS WAF event logs?
How to view AWS WAF event logs? AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to Amazon CloudFront or an Application Load Balancer. AWS WAF also lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate…
AWS EFS How to create and configure ?
AWS EFS How to create and configure ? What is EFS? *Amazon Elastic File System (EFS) fully-managed service from AWS . *File Storage service from AWS. *concurrently-accessible storage for up to thousands of Amazon EC2 instances. *Works with NFS protocal . Its similar to traditional NAS file system storage .Like same NAS share can be mounted on multiple Linux/Unix…