TO THE NEW Blog PAGES

AWSDevOps

Top 10 Benefits of Using AWS

Very often people ask for compelling reasons on why they should consider AWS for their infrastructure needs. Though there are hundreds and thousands of customers leverage AWS in more than 190 countries, with hundreds of case-studies including companies like Netflix, Pinterest, Dow Jones, SAP,  Coursera, NASA/JPL, Reddit, Vodafone, 99Designs, Thomson Reuters, Flipboard, Expedia & LinkedIn […]

Aman Aggarwal
Aman Aggarwal
Read

AWS

Blue-Green Deployment with AWS OpsWorks

Blue-Green deployment is a technique in which a new parallel “green” environment is brought up, tested and then its switched with current “blue” Production environment. Which basically means all user traffic is now routed to new parallel “green” environment from current “blue” Production. This technique is often followed to ensure zero downtime and high quality […]

Hitesh Bhatia
Hitesh Bhatia
Read

Technology

Blocking IP Addresses with False Intentions using Fail2ban

Fail2ban is a service that scans log files and ban IPs that shows malicious signs of multiple password failures, seeking for exploits, etc. It updates firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary action (e.g. sending an email) can also be configured. Fail2Ban also comes with some […]

AWS

Using multiple IAM Accounts through AWS CLI tool

AWS CLI tool allows you to switch between multiple IAM accounts. This becomes very handy while you are writing a script that involves multiple IAM user accounts. Prerequisites : AWS CLI tool Configuring Multiple Accounts: When you configure your AWS CLI tool, a configuration file gets created at ~/.aws/config in Linux/Unix or at C:\Users\USERNAME\.aws\config , […]

ravi
ravi
Read

Grails

Groovy Integration with CQ5

Groovy being one of the fresh open source platforms in the market of Programming language, it is attracting Developer to use it because of its friendliness, easy codeabiltiy and many other features. Tempted by many of such features, CQ developers are also inclining towards using Groovy in CQ environment. To the rescue of many such […]

ankit.gubrani
ankit.gubrani
Read

Technology

Enabling SSO with CQ5 – Part I

Single sign-on (SSO) is a mechanism where by a single action of user authentication and authorization can permit a user to access all computers and systems for which he has access permission, without the need to enter multiple passwords. While implementing SSO as part of one of our projects , we thought of protecting CQ5 author […]

AWS

Amazon Relational Database Service (RDS) in Amazon Virtual Private Cloud(VPC) subnet

Few days back, I was trying to instantiate an RDS instance in Private subnet of a non-default  VPC ( Custom VPC ). But unfortunately the launch wizard was not letting me to choose the new non-default VPC. This problem can put you in worse situation in security terms as the wizard will not let you […]

gaurav.dixit
gaurav.dixit
Read

Technology

HTTP Authentication using Nginx

I got a requirement from one of my clients to setup a staging server that has a HTTP authentication, behind an ELB. but because of authentication it fails in the ELB health check. I did the following steps to configure it with HTTP authentication. Create a single PHP or HTML file and disable HTTP authentication […]

AWS

Increasing EBS Volume Performance

EBS (Elastic Blog Storage) is a virtual Hard drive which one can attach to an EC2 Instance. By default Amazon provides standard EBS with 100 IOPS (Input Output operation per second) which is equivalent to our normal hard-drive (7200 RPM), used at our homes. That works fine in a lot of cases but sometimes if […]

abhishek.tomar
abhishek.tomar
Read

AWS

Automating deployment of a static website hosted on Amazon S3

Most of us know how to host a static website on Amazon S3, but to deploy the website you would need to run the AWS Cli command everytime manually. In this blog I’ll show you how to automatically deploy your website while maintaining version control of your project using server side hook provided by Git. […]

ravi
ravi
Read

Grails

S3 Bucket Permission

Amazon’s Simple Storage Service (S3) allows its customer to maintain full control over who has access to their data with the help of its Identity Access Management (IAM) service and S3 bucket policies. For example, using Bucket Permission, one can give only reading access to one user, whereas using same permission/policy options, he can allow […]

abhishek.tomar
abhishek.tomar
Read

AWS

Deployment through Git on AWS Elastic Beanstalk (PHP Platform)

Elastic Beanstalk is a PaaS service (Platform as a Service) provided by Amazon. Elastic Beanstalk is gaining limelight as it enables you to setup a complete environment based on the framework you would look out for your application. It supports almost all the known frameworks, as: IIS Node.js PHP Python Ruby Tomcat The type of […]

ankush
ankush
Read