AWS::EMR::SecurityConfigurationUse a SecurityConfiguration resource to configure data encryption, Kerberos authentication, and Amazon S3 authorization for EMRFS.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SecurityConfiguration | objectstring | RequiredCreate-only |
Name | string | Create-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::SecurityConfiguration
Resources:
MyResource:
Type: AWS::EMR::SecurityConfiguration
Properties:
SecurityConfiguration: "value"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
elasticmapreduce:CreateSecurityConfigurationelasticmapreduce:DescribeSecurityConfigurationelasticmapreduce:DescribeSecurityConfigurationelasticmapreduce:DeleteSecurityConfigurationelasticmapreduce:ListSecurityConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameSecurityConfiguration