Connect your Webvar account to AWS

Webvar Cloud Formation Script Documentation

Overview

This Cloud Formation script automates the provisioning of resources on AWS using infrastructure-as-code principles. It creates and configures various AWS resources required for connect your AWS marketplace infrastructure to Webvar.

Prerequisites

Before using this CloudFormation script, ensure you have the following:

  • An AWS account with appropriate permissions to create the specified resources.
  • Familiarity with AWS CloudFormation.
  • Awareness of the cost implications associated with the resources created by this script.

Usage (for resellers)

To use this CloudFormation script, follow these steps:

  1. Log in to the AWS Management Console.
  1. Open cloudformation template link
  2. Review and confirm the stack details, then click "Create stack".

Once the stack creation is complete, you can access and manage the provisioned resources through the Webvar Platform UI.

Parameters

This CloudFormation script accepts the following parameters:

  • WebvarPolicyName: Policy name for Webvar service account role
  • WebvarRoleName: Role name for Webvar service account
  • WebvarServiceAccountArn: ARN of Webvar service account

Resource Overview

  • This CloudFormation script creates the following AWS resources:
  • WebvarEventBridgeRule: Event bridge rule for handle AWS Marketplace changesets updates
  • WebvarPolicy:Policy for Webvar service account
  • WebvarRole: Role for Webvar service account
  • WebvarTopic: SNS topic for connection with Webvar global events queue
  • WebvarTopicPolicy: Policy for our WebvarTopic and Webvar global events queue

Customization

To customize this CloudFormation script for your specific needs, consider the following:

  • Modify the parameters section
  • Update resource configurations to align with your requirements.
  • Extend the script to include additional resources or functionalities as needed.
Previous
With AWS Cloud Formation