Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
8
78
source
stringclasses
743 values
chunk_id
int64
1
5.05k
text
stringlengths
593
49.7k
a2c-ug-001
a2c-ug.pdf
1
User Guide AWS App2Container Copyright © 2025 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. AWS App2Container User Guide AWS App2Container: User Guide Copyright © 2025 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connect...
a2c-ug-002
a2c-ug.pdf
2
218 Syntax .................................................................................................................................................... 218 Parameters and options .................................................................................................................... 218 Output ........
a2c-ug-003
a2c-ug.pdf
3
other AWS services to run your containerized application, such as Amazon ECR, Amazon ECS, Amazon EKS, and AWS App Runner. For more information, see AWS Pricing. Accessing AWS through App2Container 2 AWS App2Container User Guide App2Container compatibility The following documentation provides information for the operati...
a2c-ug-004
a2c-ug.pdf
4
Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Supported Supported Reuse VPC ² Reuse cluster previously deployed with App2Conta iner 2 FireLens logging gMSA for connection with Active Directory N/A N/A Supported Supported Supported N/A Deploy complex .NET...
a2c-ug-005
a2c-ug.pdf
5
3.1 or .NET 5, you must update the analysis.json file's containerBaseImage parameter to mcr.microsoft.com/dotnet/sdk:3.1 or mcr.microsoft.com/dotnet/sdk:5.0, respectively. For more information, see Configuring application containers. Supported applications for Windows App2Container supports containerization of ASP.NET ap...
a2c-ug-006
a2c-ug.pdf
6
Windows .NET apps 13 AWS App2Container User Guide App2Container identifies each IIS application or Windows service as a separate application, with its own application ID in the inventory.json file. App2Container makes an effort to exclude basic operating system services that you would not want to add to your containers. H...
a2c-ug-007
a2c-ug.pdf
7
the --application id parameter: • Extracts application artifacts from the server it runs on, or reads from an extract archive. For complex multi-tier applications, the extract includes all artifacts that are needed for all of the components running in the container. • Generates a Dockerfile and a container image, based ...
a2c-ug-008
a2c-ug.pdf
8
If you want to customize the deployment artifacts, you can deploy manually, using the AWS Management Console or AWS CLI when you are ready. For deployment steps, choose the tab that matches your deployment scenario. Step 4: Deployment 21 AWS App2Container Automated (A2C) User Guide Follow these steps if you are using t...
a2c-ug-009
a2c-ug.pdf
9
to their master template(s). Create application stacks for remaining applications using the AWS CLI or the AWS Console. AWS CLI commands: aws cloudformation deploy --template-file C:\Users\Administrator\AppData \Local\app2container\service-colorwindowsservice-69f90194\EcsDeployment\ecs- master.yml --capabilities CAPABI...
a2c-ug-010
a2c-ug.pdf
10
the command phases that includes summary information and command reference links for all of the App2Container commands, see the App2Container command reference. Contents • Understand Docker containers • Decide where containerization will run • Prerequisites: Set up your servers • Step 1: Install App2Container • Step 2:...
a2c-ug-011
a2c-ug.pdf
11
Web Services (AWS), your AWS account is automatically signed up for all services in AWS. You are charged only for the services that you use. If you do not have an AWS account already, use the following procedure to create one. To create an AWS account 1. Open https://portal.aws.amazon.com/billing/signup. 2. Follow the ...
a2c-ug-012
a2c-ug.pdf
12
2 uses it to generate a self-signed certificate. Note This script must run from the same directory where the WinRMSetup.ps1 PowerShell script from step 2 is located. 4. Run the WinRMSetup.ps1 PowerShell script on the application server. The script ensures that WinRM is enabled, and generates self-signed certificates that...
a2c-ug-013
a2c-ug.pdf
13
if applicable. When the application has finished downloading, it displays a "Hello" message followed by information on how this command verified your installation of Docker. Windows Use the following procedure to install Docker on Windows. Install the Docker engine 36 AWS App2Container To install the Docker engine 1. Ins...
a2c-ug-014
a2c-ug.pdf
14
2016 / 2019 or newer (PDF). 3. Run the install script from the folder where you extracted it, and follow the prompts. PS> .\install.ps1 4. (Optional) To verify the authenticity of the download, use the Get- AuthenticodeSignature PowerShell command as follows to get the Authenticode Signature of the App2Container execut...
a2c-ug-015
a2c-ug.pdf
15
containerize command uses the extracted components to create the application container if the Amazon S3 bucket is configured. The default is no bucket. • You can optionally upload logs and command-generated artifacts automatically to App2Container support when an app2container command crashes or encounters internal erro...
a2c-ug-016
a2c-ug.pdf
16
use the following procedure to transform the application. 1. On the application server, run the extract command as follows. $ sudo app2container extract --application-id java-app-id 2. If you specified an Amazon S3 bucket when you ran the init command, the archive is extracted to that location. Otherwise, you can manual...
a2c-ug-017
a2c-ug.pdf
17
SecretsManager that stores the Domain credentials with the following key value pairs: Step 5: Deploy your application 48 AWS App2Container User Guide Key Username Password Value <DomainNetBIOSName>\<Domain User> <DomainUserPassword> • For the VPC with the Domain Controller, verify that the DHCP options are set to reach...
a2c-ug-018
a2c-ug.pdf
18
create a stack using the AWS CloudFormation console or the AWS Command Line Interface (AWS CLI). AWSTemplateFormatVersion: "2010-09-09" Parameters: A2CServiceRoleName: Type: String Description: Name of the A2C Service Role Default: "a2cServiceRole" Create policies and roles for the automation 51 User Guide AWS App2Cont...
a2c-ug-019
a2c-ug.pdf
19
}, { "Sid": "KmsAccess", "Effect": "Allow", "Action": [ "kms:GenerateDataKey", "kms:Decrypt" ], "Resource": [ "arn:aws:kms:*:*:key/*" ], "Condition": { "StringLike": { "kms:ViaService": [ "s3.*.amazonaws.com" ] } } }, { "Sid": "TelemetryAccess", "Effect": "Allow", "Action": [ Create policies and roles for the automatio...
a2c-ug-020
a2c-ug.pdf
20
Default value Required String The ARN of the role that allows Automation to TRUE 61 AWS App2Container Parameter name Type Description Default value Required User Guide Boolean EnableCon taineriza tion FALSE FALSE perform actions on your behalf. Controls whether to containerize discovered applications. If enabled, the a...
a2c-ug-021
a2c-ug.pdf
21
integrations for AWS App2Container. Creating IAM resources is also covered separately, under the Security section. For more information and instructions about how to set up IAM resources for App2Container, see Identity and access management in App2Container. You can consolidate your containerization workload by configur...
a2c-ug-022
a2c-ug.pdf
22
Password key • Key name (box 1): password • Key value (box 2): In the second box, enter the password value. Step 2 Configure secret • Enter a name for your secret in the Secret name box. You can also enter optional information to help identify your secret, such as Description, or you can enter tags in the Tags panel. Cr...
a2c-ug-023
a2c-ug.pdf
23
type of secrets option. • Specify the following Key/value pairs to store in the secret. To add the next key/value pair, choose + Add row. Username key • Key name (box 1): username Create secrets for Jenkins pipelines 71 AWS App2Container User Guide • Key value (box 2): In the second box, enter the plaintext username va...
a2c-ug-024
a2c-ug.pdf
24
A tag for the build version of the application container image. • containerBaseImage (string) – The base operating system (OS) image for the container build. By default, App2Container uses the operating system from the application server or worker machine where containerization runs. Note If specified, this must be an i...
a2c-ug-025
a2c-ug.pdf
25
containers 77 AWS App2Container User Guide "java.io.tmpdir": "<application directory>/temp", "java.protocol.handler.pkgs": "org.apache.catalina.webresources", "java.util.logging.config.file": "<application directory>/conf/ logging.properties", "java.util.logging.manager": "org.apache.juli.ClassLoaderLogManager", "jdk.t...
a2c-ug-026
a2c-ug.pdf
26
application. Configure containers 84 AWS App2Container Configurable data User Guide The containerParameters section contains the following fields: • containerBaseImage (string) – The base operating system (OS) image for the container build. By default, App2Container uses the operating system from the application server or...
a2c-ug-027
a2c-ug.pdf
27
"appType": "IIS", "appName": "colorMvcIIs", "ports": [ { "localPort": 82, "protocol": "http" } ], "features": [ "Web-Http-Redirect", "Web-Custom-Logging", "... etc." ], "appPoolName": "colorMVC", "poolIdentityType": "ApplicationPoolIdentity", "dotNetVersion": "v4.0", "iisVersion": "IIS 10.0", "sitePhysicalPath": "C:\\c...
a2c-ug-028
a2c-ug.pdf
28
The deployment.json file includes sections for both Amazon ECS and Amazon EKS. If your application is suitable for App Runner, there is a section for that too. Set the Boolean value deployment flag for the section that matches your target container management service to true. Set the other flags to false. The flag to deplo...
a2c-ug-029
a2c-ug.pdf
29
resources during deployment. For Amazon ECS deployments, the key-value pairs update the Amazon ECS task definition. Note An example tag is generated when the deployment.json file is created. If the example tag isn't removed or changed before deployment, it's ignored by default. • reuseResources (object) – Contains shared...
End of preview. Expand in Data Studio

📚 AWS PDF Chunk Dataset

This dataset consists of chunked text extracted from all publicly available PDF documents on the Amazon Web Services (AWS) official website. The data includes user guides, technical documentation, and best practices about every AWS service, concept, and architecture.

It is designed to use in embedding generation, vector databases, and retrieval-augmented generation (RAG) systems.


📦 Dataset Structure

The dataset is provided as a .json file. Each entry corresponds to a text chunk extracted from a PDF document using a sliding window with 800-token chunks and 100-token overlap. This preserves semantic continuity and improves embedding-based retrieval performance.

[
  {
    "id": "EC2Guide-001",
    "source": "EC2Guide.pdf",
    "chunk_id": 1,
    "text": "Amazon EC2 allows scalable computing capacity in the AWS cloud..."
  },
  ...
]

⚠️ Disclaimer This dataset is not affiliated with or endorsed by Amazon Web Services. All content is extracted from publicly available PDF files hosted on aws.amazon.com and is provided strictly for educational and research purposes under fair use.

Commercial usage is not allowed.


🔗 Author & Contact

Downloads last month
225