Python is an open-source programming language. We can use Python to build/enable AWS services such as Terraform or other IAC code. In this blog, we are going to discuss setting up the CloudFront service using Python. Why We Use Python As we know, Python is an imperative language. This means that you can write more […]
Ankit Srivastava
Ankit Kumar Srivastava is a Lead Technical Consultant at Perficient. He has 8 years of experience in AEM DevOps and Administration, Microsoft Bitlocker Administration and Monitoring (MBAM), and cloud technology. He is always keen to learn about new technologies!

Blogs from this Author
Enabling AWS IAM DB Authentication
IAM Database Authentication lets you log in to your Amazon RDS database using your IAM credentials. This makes it easier to manage access, improves security, and provides more control over who can do what. Let’s look at how to set it up and use it effectively. Objective: IAM DB Authentication improves security, enables centralized user […]
Securing Application with Custom Headers Using AWS CloudFront and WAF
Securing Application with Custom Headers Using AWS CloudFront and WAF Background Your company runs a website that is hosted on AWS. To ensure high availability and low latency for users worldwide, you used AWS CloudFront as the Content Delivery Network (CDN) in front of your web servers. To enhance security and protect against web threats, […]
Understanding AWS Lambda Execution Role
As we know, AWS Lambda is a serverless computing service that lets you run code without provisioning or managing servers. However, for Lambda functions to interact with other AWS services or resources, it needs permissions. This is where the AWS Lambda execution role comes into picture. An execution role is an AWS Identity and Access […]
How to Use New Relic One to Monitor AEMaaCS Properties
In this blog, we’ll discuss the expected outcomes of monitoring AEM as a Cloud Service (AEMaaCS) properties using New Relic One, some limitations, and how to do it. What to Expect Using New Relic One Utilizing AEMaaCS, JMX MBeans, and health checks can be viewed within New Relic Insights for detailed application stack performance and […]
Managing AEM Repository Size Growth
Managing your AEM repository size growth can be challenging for numerous reasons. What’s more, it may suddenly start to grow unexpectedly and fill up space in the assigned drive of your AEM application. In this post, I want to share a few AEM utilities & methods which can help you to not only manage the […]