-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix titles for AWS Policy packs (#820)
- Loading branch information
1 parent
8e5a91a
commit 69e5103
Showing
185 changed files
with
227 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ces_to_not_be_publicly_accessible/main.tf → ...ances_are_not_publicly_accessible/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS DMS Replication Instances to Restrict Public Access" | ||
title = "Enforce AWS DMS Replication Instances Are Not Publicly Accessible" | ||
description = "Mitigate the risk of unauthorized access, potential data breaches, and ensures compliance with security best practices and regulatory requirements." | ||
akas = ["aws_dms_enforce_replication_instances_to_not_be_publicly_accessible"] | ||
akas = ["aws_dms_enforce_replication_instances_are_not_publicly_accessible"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...o_be_shared_with_trusted_accounts/main.tf → ..._are_shared_with_trusted_accounts/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 AMIs to Be Shared With Trusted Accounts" | ||
title = "Enforce AWS EC2 AMIs Are Shared With Trusted Accounts" | ||
description = "Ensures that sensitive or proprietary configurations and data are only accessible to authorized users, reducing the risk of unauthorized access and potential data breaches." | ||
akas = ["aws_ec2_enforce_amis_to_be_shared_with_trusted_accounts"] | ||
akas = ["aws_ec2_enforce_amis_are_shared_with_trusted_accounts"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...efault_is_enabled_for_ebs_volumes/main.tf → ...on_is_enabled_for_new_ebs_volumes/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce Encryption By Default is Enabled for AWS EC2 EBS Volumes" | ||
title = "Enforce Default Encryption Is Enabled for New AWS EBS Volumes" | ||
description = "Ensure that all newly created EBS volumes are automatically encrypted, reducing the risk of unauthorized data access and breaches." | ||
akas = ["aws_ec2_enforce_enforce_encryption_by_default_is_enabled_for_ebs_volumes"] | ||
akas = ["aws_ec2_enforce_default_encryption_is_enabled_for_new_ebs_volumes"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
policy_packs/aws/ec2/enforce_encryption_at_rest_is_enabled_for_ebs_volumes/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce Encryption at Rest is Enabled for AWS EBS Volumes" | ||
title = "Enforce Encryption at Rest Is Enabled for AWS EBS Volumes" | ||
description = "Enforcing encryption at rest for AWS EBS volumes is critical to protect sensitive data from unauthorized access and potential breaches." | ||
akas = ["aws_ec2_enforce_encryption_at_rest_is_enabled_for_ebs_volumes"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nces_to_not_be_older_than_90_days/main.tf → ...tances_are_not_older_than_90_days/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 Instances to Not Be Older Than 90 Days" | ||
title = "Enforce AWS EC2 Instances Are Not Older Than 90 Days" | ||
description = "Automatically delete AWS EC2 instances that have been running for more than 90 days to ensure resource optimization and cost management." | ||
akas = ["aws_ec2_enforce_instances_to_not_be_older_than_90_days"] | ||
akas = ["aws_ec2_enforce_instances_are_not_older_than_90_days"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
..._have_internet_access_via_subnets/main.tf → ..._have_internet_access_via_subnets/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 Instances to Not Have Internet Access Via Subnets" | ||
title = "Enforce AWS EC2 Instances Do Not Have Internet Access via Subnets" | ||
description = "Ensure that instances are isolated from the internet, reducing the risk of unauthorized access and potential data breaches, and enhancing security by restricting outbound traffic to approved and monitored channels." | ||
akas = ["aws_ec2_enforce_instances_to_not_have_internet_access_via_subnets"] | ||
akas = ["aws_ec2_enforce_instances_do_not_have_internet_access_via_subnets"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ces_to_use_specific_approved_tags/main.tf → ...ances_use_amis_with_approved_tags/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 AMIs Used By Instances to Use Specific Approved Tags" | ||
title = "Enforce AWS EC2 Instances Use AMIs With Approved Tags" | ||
description = "Ensure that all instances are easily identifiable based on their purpose, environment, and other criteria, facilitating cost tracking, security management, and adherence to organizational policies." | ||
akas = ["aws_ec2_enforce_amis_used_by_instances_to_use_specific_approved_tags"] | ||
akas = ["aws_ec2_enforce_instances_use_amis_with_approved_tags"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ved_amis_publishers_for_instances/main.tf → ...roved_amis_and_publisher_accounts/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 Instances to Use Approved AMIs and/or Publisher Accounts" | ||
title = "Enforce AWS EC2 Instances Use Approved AMIs and Publisher Accounts" | ||
description = "Ensure that only trusted, validated images are used, reducing the risk of security vulnerabilities and ensuring compliance with organizational policies and security standards." | ||
akas = ["aws_ec2_enforce_approved_amis_publishers_for_instances"] | ||
akas = ["aws_ec2_enforce_instances_use_approved_amis_and_publisher_accounts"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...es_to_use_specific_instance_types/main.tf → ...ances_use_approved_instance_types/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 Instances to Use Specific Instance Types" | ||
title = "Enforce AWS EC2 Instances Use Approved Instance Types" | ||
description = "Ensure optimize resource utilization, manage expenses, and maintain consistent security and operational standards across the cloud environment." | ||
akas = ["aws_ec2_enforce_instances_to_use_specific_instance_types"] | ||
akas = ["aws_ec2_enforce_instances_use_approved_instance_types"] | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...hots_to_not_be_older_than_60_days/main.tf → ...pshots_are_not_older_than_60_days/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce AWS EC2 Snapshots to Not Be Older Than 60 Days" | ||
title = "Enforce AWS EC2 Snapshots Are Not Older Than 60 Days" | ||
description = "Automatically delete AWS EC2 snapshots that have been running for more than 60 days to ensure resource optimization and cost management." | ||
akas = ["aws_ec2_enforce_snapshots_to_not_be_older_than_60_days"] | ||
akas = ["aws_ec2_enforce_snapshots_are_not_older_than_60_days"] | ||
} |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.