{"id":23496412,"url":"https://github.com/aventinesolutions/lfx-study-aws-cdk-kubernetes","last_synced_at":"2026-04-18T07:32:34.992Z","repository":{"id":268714797,"uuid":"905244101","full_name":"aventinesolutions/lfx-study-aws-cdk-kubernetes","owner":"aventinesolutions","description":"An AWS CDK Typescript Example which show a simple Cloud Formation of the EC2 Instances required for Kubernetes Study at the Linux Foundation","archived":false,"fork":false,"pushed_at":"2025-02-05T11:09:31.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T15:29:22.762Z","etag":null,"topics":["aws","cdk","certififiedk8sadmin","cka","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aventinesolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-18T12:48:08.000Z","updated_at":"2025-02-05T11:09:35.000Z","dependencies_parsed_at":"2025-04-22T12:24:27.605Z","dependency_job_id":null,"html_url":"https://github.com/aventinesolutions/lfx-study-aws-cdk-kubernetes","commit_stats":null,"previous_names":["aventinesolutions/cdk-study-aws-cdk-kubernetes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aventinesolutions/lfx-study-aws-cdk-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aventinesolutions%2Flfx-study-aws-cdk-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aventinesolutions%2Flfx-study-aws-cdk-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aventinesolutions%2Flfx-study-aws-cdk-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aventinesolutions%2Flfx-study-aws-cdk-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aventinesolutions","download_url":"https://codeload.github.com/aventinesolutions/lfx-study-aws-cdk-kubernetes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aventinesolutions%2Flfx-study-aws-cdk-kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","certififiedk8sadmin","cka","kubernetes"],"created_at":"2024-12-25T04:12:57.468Z","updated_at":"2026-04-18T07:32:34.975Z","avatar_url":"https://github.com/aventinesolutions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS CDK Typescript Simple Project for Cloud Formation of Resources Required for Kubernetes Study\n## The Linux Foundation\n* [lfx-study-aws-cdk-kubernetes](https://github.com/aventinesolutions/lfx-study-aws-cdk-kubernetes)\n* [Kubernetes Fundamentals LFS258](https://trainingportal.linuxfoundation.org/courses/kubernetes-fundamentals-lfs258)\n\n## Instance Role for Kubernetes Control Plane and Worker Compute Instances\n* IAM Role `LFXCDK-SSMRoleForInstancesDefault` is made by hand in the Web Console first with the following \n  Amazon Policies:\n  * `AmazonEC2FullAccess`\n  * `AmazonSSMManagedInstanceCore`\n  * `CloudWatchAgentServerPolicy`\n* this allows instances to be managed by the Systems Manager [SSM]\n\n## Environment Variables\n* set up the appropriate AWS account credentials and configuration\n* Set these environment variables\n```shell\nexport AWS_PROFILE=aventinesolutions\nexport CDK_DEFAULT_PROFILE=aventinesolutions\nexport CDK_DEFAULT_REGION=us-west-2\n```\n## CDK Workflow\n* bootstrap the context based on the AWS account\n```shell\nnpx cdk bootstrap\n```\n* deploy the two stacks (VPC and Security Groups will get created first, then the Compute Instances)\n```shell\nnpx cdk deploy 'LFXCDK-*' \n```\n* destroy the stacks when the course is complete\n```shell\nnpx cdk destroy 'LFXCDK-*' \n```\n* the IntelliJ Project includes some runtime configuration examples\n\n## Systems Manager\n* the compute instances will be accessible through the Systems Manager Fleet Manager\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faventinesolutions%2Flfx-study-aws-cdk-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faventinesolutions%2Flfx-study-aws-cdk-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faventinesolutions%2Flfx-study-aws-cdk-kubernetes/lists"}