AEM, AWS

Scaling AEM using AWS-S3 with TAR-MK

Prerequisites  AEM 6.5 Latest Service pack (I am using 6.5.8 here). S3 connector (Feature pack version 1.10.10) Amazon S3 bucket. Required feature pack  com.adobe.granite.oak.s3connector-1.10.10.zip Note :S3 connector feature pack has dependency over the service packs, as it uses oak as dependencies and AEM should...

by Rahul Pandey
Tag: aws s3
19-Apr-2022

AWS, Cloud Managed Services

20 Tips and Tricks to Make AWS Work to Your Advantage

Introduction Amazon Web Services, touted as a pioneer in the Cloud service providers, has been a consistent frontrunner in the IAAS and PAAS space. Organizations irrespective of their size have chosen AWS as their go-to Cloud service provider making it an undisputed contender in the area of Cloud services. With the margin in the race to...

by Poulomi Nag
Tag: aws s3
25-Sep-2017

AWS, Cloud Managed Services

Infographic – Top 9 Tips and Tricks to Boost your ROI from AWS!

Gartner's Cloud Infrastructure as a service quadrant positioned AWS as a leader owing to multiple benefits that AWS offers to its customers. AWS offers reliable and inexpensive cloud computing services to global companies such as Netflix, SAP, NASA and multiple others. Some of these services include compute, storage, databases,...

by Nidhi Choudhary
Tag: aws s3
22-Sep-2017

AWS, Cloud

S3 Bucket Configuration With Drupal 8

Drupal provides both public and private file systems. S3 File System (Amazon S3) provides an additional file system to the Drupal site. S3FS module is used to store files in Amazon S3 (Simple Storage Service) or any other S3-compatible storage service. You can configure your Drupal site to use S3 File System as default, or use it only for...

by BN Pandey
Tag: aws s3
19-Apr-2017

AWS, DevOps

Configuring Rate-Based Blacklisting of IP’s using AWS WAF and AWS Lambda

One security challenge we face these days is how to prevent our web servers from DDOS attacks. This blog illustrates how we can automatically block unwanted traffic based on request rate by using AWS WAF and Lambda. This setup automatically detects traffic based on request rate, and then updates AWS WAF configurations to block...

by Shruti Lamba
Tag: aws s3
26-Sep-2016

AWS, DevOps

Automate Selenium testing with Jenkins

Selenium is a tool widely used for automating testing of web applications. One step ahead, integrating the selenium with Jenkins takes it to the next level. In this blog, we would be configuring Jenkins to run selenium test cases on an ubuntu environment. Scenario: Configure Jenkins to perform Selenium test cases with one click. ...

by Navjot Singh
Tag: aws s3
30-Jul-2016

AWS, DevOps

Mystery Behind S3 Costing

AWS S3 is a Simple Storage Service provided by Amazon that can store any amount of data, at any time, from anywhere on the web. It is one of the most heavily used AWS Service. It is not just used as a storage service, it is also used for hosting websites with static content. It is easily integrated with many other AWS services and tools. ...

by Mayank Negi
Tag: aws s3
29-Jun-2016

AWS, Technology

Amazon S3 Transfer Acceleration – New Blessing for S3

Amazon has introduced a new feature for AWS S3 (Simple Storage Service) - AWS S3 Transfer Acceleration. This feature lets you transfer files from and to S3 at a much higher accelerated speed. Thus, you can save the file transfer time if you are ready to pay for it. The feature was introduced a few days back and I decided to investigate...

by Mohit Dayal Gupta
Tag: aws s3
25-Apr-2016

AWS, DevOps

Streaming Videos On Demand using Amazon Cloudfront and S3

I came across a scenario where we have to stream Videos On Demand (VOD) using  Amazon CloudFront and Amazon Simple Storage Service (S3). The on-demand streaming is done using Cloudfront Content Delivery Network (CDN). The videos to be served are stored on Amazon S3. I have designed a secure architecture for the same setup. ...

by Mohit Dayal Gupta
Tag: aws s3
11-Jan-2016

AWS, Grails

Delete file from Amazon s3 using Javascript sdk

Now a days AWS S3 is commonly used as data storage. So there is one common requirement to delete a file or directory from S3. There are plenty of options avaibale to do the same, so we using javascript implementation for this. There are basic two steps by which you can delete a file from S3. 1. Javascript sdk integration: [java] ...

by Sanchit
Tag: aws s3
01-Aug-2015

AWS, Technology

AWS Lambda Invocation using Amazon S3

To start, we create a Lambda function to consume events published by Amazon S3. For any object uploaded to a bucket, S3 will invoke our Lambda function by passing event information in the form of function parameters. AWS Lambda executes the function. As the function executes, it reads the S3 event data, logs some of the event information...

by Ankit Giri
Tag: aws s3
10-Apr-2015

AWS

AWS CodeDeploy Using S3

AWS has great set of tools which helps simplify the deployment process in their cloud and one such tool is AWS CodeDeploy.  In this blog, we will deploy the application using AWS CodeDeploy using S3. Read our blog on: AWS CodeDeploy – A Sample Walkthrough Consider a use case where you have 20 instances and you want to deploy...

by Mohit Dayal Gupta
Tag: aws s3
09-Mar-2015