AWS transcribe high security documentation change
Summary
Added new PII types supported for redaction in batch transcriptions including AWS credentials, financial identifiers, and personal identification numbers.
Security assessment
Added sensitive PII types like AWS_ACCESS_KEY, AWS_SECRET_KEY, PASSWORD, and various national identification numbers. This directly enhances security documentation by expanding redaction capabilities for credentials and sensitive personal data, reducing exposure risks.
Diff
diff --git a/transcribe/latest/dg/pii-redaction-batch.md b/transcribe/latest/dg/pii-redaction-batch.md index 141f567f5..b487532fc 100644 --- a//transcribe/latest/dg/pii-redaction-batch.md +++ b//transcribe/latest/dg/pii-redaction-batch.md @@ -17,0 +18 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`AGE` | An individual's age, including the quantity and unit of time. For example, in the phrase "I am 40 years old," Amazon Transcribe recognizes "40 years" as an age. @@ -18,0 +20,2 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`AWS_ACCESS_KEY` | A unique identifier that's associated with a secret access key; you use the access key ID and secret access key to sign programmatic AWS requests cryptographically. +`AWS_SECRET_KEY` | A unique identifier that's associated with an access key. You use the access key ID and secret access key to sign programmatic AWS requests cryptographically. @@ -20,0 +24,2 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`CA_HEALTH_NUMBER` | A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits. +`CA_SOCIAL_INSURANCE_NUMBER` | A Canadian Social Insurance Number (SIN) is a 9-digit unique identifier, required for individuals to access government programs and benefits. @@ -23,0 +29,2 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`DATE_TIME` | A date can include a year, month, day, day of week, or time of day. For example, Amazon Transcribe recognizes "January 19, 2020" or "11 am" as dates. Amazon Transcribe will recognize partial dates, date ranges, and date intervals. It will also recognize decades, such as "the 1990s". +`DRIVER_ID` | The number assigned to a driver's license, which is an official document permitting an individual to operate one or more motorized vehicles on a public road. A driver's license number consists of alphanumeric characters. @@ -24,0 +32,4 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`INTERNATIONAL_BANK_ACCOUNT_NUMBER` | An International Bank Account Number has specific formats in each country. For more information, see _www.iban.com/structure_. +`IP_ADDRESS` | An IPv4 address, such as _198.51.100.0_. +`LICENSE_PLATE` | A license plate for a vehicle is issued by the state or country where the vehicle is registered. The format for passenger vehicles is typically five to eight digits, consisting of upper-case letters and numbers. The format varies depending on the location of the issuing state or country. +`MAC_ADDRESS` | A media access control (MAC) address is a unique identifier assigned to a network interface controller (NIC). @@ -25,0 +37,2 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`PASSPORT_NUMBER` | A unique identifier assigned to an individual's passport. The format typically includes a combination of letters and numbers and varies by country. +`PASSWORD` | An alphanumeric string that is used as a password, such as "*very20special#pass*". @@ -28,0 +42,5 @@ Types of PII Amazon Transcribe can recognize for batch transcriptions PII type | +`SWIFT_CODE` | A SWIFT code is a standard format of Bank Identifier Code (BIC) used to specify a particular bank or branch. Banks use these codes for money transfers such as international wire transfers. SWIFT codes consist of 8 or 11 characters. The 11-digit codes refer to specific branches, while 8-digit codes (or 11-digit codes ending in 'XXX') refer to the head or primary office. +`URL` | A web address, such as _www.example.com_. +`US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER` | A US Individual Taxpayer Identification Number (ITIN) is a 9-digit number that starts with a "9" and contains a "7" or "8" as the fourth digit. An ITIN can be formatted with a space or a dash after the third and fourth digits. +`USERNAME` | A user name that identifies an account, such as a login name, screen name, nick name, or handle. +`VEHICLE_IDENTIFICATION_NUMBER` | A Vehicle Identification Number (VIN) uniquely identifies a vehicle. VIN content and format are defined in the ISO 3779 specification. Each country has specific codes and formats for VINs.