Skip to main content

Sridhar Anchoori

Blogs from this Author

AWS – HIPAA Compliance

HIPAA (Health Insurance Portability and Accountability Act) sets the standard for protecting sensitive patient data.  HIPAA and PHI (Protected Health Information) have a number of guidelines to ensure that the sensitive information is protected and secured, which is very crucial for the healthcare industry. AWS is a secured cloud service platform. It offers computing power, […]

Deploying Applications Using Elastic Beanstalk

Elastic Beanstalk is a managed service from AWS which allows us to simplify the application setup and deployment on the cloud. Elastic Beanstalk is the fastest and easiest way to get the application up and running within few minutes.  The applications which are developed using one of the programming languages like Java, .Net, Python, PHP, […]

AWS – EBS Snapshot Scheduler

AWS – EBS Snapshot Scheduler  It is a best practice to regularly backup the Amazon EC2 instances using AWS Elastic Block Storage (EBS) snapshot. EBS Snapshots are incremental, which means that only the blocks on the device that have been changed since the last snapshot are saved. EBS Snapshots are backed up by Amazon S3 […]