Delete EBS Volume

Delete EBS Volume using amazon EC2 connector   Delete EBS Volume deletes the specified EBS volume. The volume must be in the available state (not attached to an instance). The volume can remain in the deleting state for several minutes. Perquisites: AWS Identity and Access Management (IAM) user account credentials Access to EC2 Create project…

Share this:
Read More

Create EBS Volume

Create EBS Volume   Anypoint Connector for Amazon EC2 (Amazon EC2 Connector) provides connectivity to the Amazon Elastic Compute Cloud (Amazon EC2) API, enabling you to interface with Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. Create EBS Volume using Amazon EC2…

Share this:
Read More

Publish to SNS

Publish to SNS   The Publish action sends a message to all of a topic’s subscribed endpoints. A returned messageId indicates that the message was saved and Amazon SNS will attempt to deliver it to the topic’s subscribers shortly. The format of the outgoing message to each subscribed endpoint depends on the notification protocol selected.…

Share this:
Read More

Subscribe to SNS

Subscribe to SNS   To receive messages published to a topic, you must subscribe an endpoint (such as AWS Lambda, Amazon SQS, HTTP/S, or an email address) to the topic. When you subscribe an endpoint to a topic and confirm the subscription, the endpoint begins to receive messages published to the associated topic. lets see how we…

Share this:
Read More

Delete SNS Topic

Delete SNS Topic   Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error. Prerequisite: access right to delete the topic from SNS Create project in Anypoint studio and configure the…

Share this:
Read More

Create SNS Topic

Create SNS Topic   An Amazon SNS topic is a logical access point that acts as a communication channel. A topic lets you group multiple endpoints (such as AWS Lambda, Amazon SQS, HTTP/S, or an email address). To broadcast the messages of a message-producer system (for example, an e-commerce website) working with multiple other services that require its…

Share this:
Read More

Update Item

 Update Item in DYNAMO DB   Update item in Dynamo DB using Update item operation in Amazon Dynamo DB connector Update Item :Edits an existing item’s attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional…

Share this:
Read More

Put Item

Put or Create item   Put or Create item in Dynamo DB using put item operation Put Item: Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces…

Share this:
Read More