Category: Cloud
Salesforce | Get the field list recursively of related objects
To implement RabbitMQ in our project we need to write the code for producer and consumer. What is Producer? Producer produces the messages and sends it to exchange. Exchange receives the messages and routes it to the corresponding queue. What
AWS | How to start/stop Amazon EC2 server using Lambda Services
If you want to improve utilization of your Amazon EC2 machine instances by stopping and starting instances at specific time intervals then you have to use a CloudWatch Event to trigger a Lambda function to start and stop your EC2
AWS | How to auto generate S3 Policy
Steps to auto generate AWS S3 Policy that you can use to provide access rights according to requirement: → Open S3 from AWS console: 1. Click on AWS bucket 2. Now, click properties 3. Click on Add bucket policy: 4.
Zoho | How to download attachments for a contact from Zoho using Cakephp
To download attachments from Zoho CRM from a module, like Contacts, fetch detail of all the attachments related to that module, then download each attachment by its attachment id using download file API in Zoho and finally convert blob to
AWS | Cloudfront for S3 using same domain name placed behind cloudfront
How to set up a CloudFront for S3 bucket containing images for the website, using the same domain name that is already placed behind CloudFront. 1. Open CloudFront from a menu: 2. Click Create Origin: 3. Now, click in box
How to create AWS OpsWorks Stack
Purpose is to automate most of recurring processes like creating user, installing application (apache, apache-tomcat, mysql-server …etc), and modifying security file to hardening Linux machines in AWS environment. 1. Click AWS OpsWorks option from AWS console panel: 2. Now click
Configuring AWS WAF (Web Application Firewall)
AWS WAF web application firewall service is built to protect cloud apps from web attacks like DDoS attacks, SQL injections, Cross site scripting. Below are the steps involved in configure AWS WAF security: Step.1 Open CloudFormation and click on create
Configuring Web Distribution and Load Balancer in AWS
Using tools and steps listed below we can implement web distribution and Load balancer in AWS and also this will save cost of buying ssl certificate from CA authorized vendors. Instead, it will use certificates provided by Amazon server. Tools
AWS Amazon CloudFront – How to enable cache for whole site
AWS Amazon CloudFront is a web service that speeds up serving static and dynamic web content like, .html, .css, .php, and image files and videos. It also integrates with other Amazon Web Services like S3, EC2, Elastic Load Balancer and