AWS Fundamentals Logo
AWS Fundamentals
AWS::EVS::Environment

EVS Environment

An environment created within the EVS service

Properties

14 configurable properties. 8 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectivityInfo
object
RequiredCreate-only
LicenseInfo
object
RequiredCreate-only
ServiceAccessSubnetId
string
RequiredCreate-only
SiteId
string
RequiredCreate-only
TermsAccepted
boolean
RequiredCreate-only
VcfHostnames
object
RequiredCreate-only
VcfVersion
string
RequiredCreate-only
VpcId
string
RequiredCreate-only
EnvironmentName
string
Create-only
Hosts
Array<HostInfoForCreate>
Write-only
InitialVlans
object
Write-only
KmsKeyId
string
Create-only
ServiceAccessSecurityGroups
object
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ChecksArray<Check>-
CreatedAtstring-
CredentialsArray<Secret>-
EnvironmentArnstring-
EnvironmentIdstring-
EnvironmentStatestring-
ModifiedAtstring-
StateDetailsstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EVS::Environment

Resources:
  MyResource:
    Type: AWS::EVS::Environment
    Properties:
      VpcId: "my-vpcid"
      ServiceAccessSubnetId: "my-serviceaccesssubnetid"
      VcfVersion: "VCF-5.2.1"
      TermsAccepted: true
      LicenseInfo: {}
      ConnectivityInfo: {}
      VcfHostnames: "my-vcfhostnames"
      SiteId: "my-siteid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

evs:CreateEnvironmentevs:GetEnvironmentevs:TagResourceevs:ListTagsForResourceiam:CreateServiceLinkedRolesupport:DescribeServicessupport:DescribeSupportLevelservicequotas:GetServiceQuota

read

evs:GetEnvironmentevs:ListTagsForResource

update

evs:TagResourceevs:UntagResourceevs:ListTagsForResourceevs:GetEnvironment

delete

evs:DeleteEnvironmentevs:GetEnvironmentevs:UntagResourceec2:TerminateInstancesec2:ReleaseHostsec2:DescribeHostsec2:DeleteSubnetec2:DetachNetworkInterface

list

evs:ListEnvironments

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEVS
Properties22
Required8
TaggingSupported
Primary IDEnvironmentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EnvironmentNameVpcIdServiceAccessSubnetIdVcfVersionTermsAcceptedLicenseInfoConnectivityInfoVcfHostnamesSiteIdKmsKeyIdServiceAccessSecurityGroups

External Links