{"id":50968906,"url":"https://github.com/eimamura/terraform-aws","last_synced_at":"2026-06-18T23:32:40.989Z","repository":{"id":176150597,"uuid":"655068932","full_name":"eimamura/terraform-aws","owner":"eimamura","description":"Explore AWS services and Terraform in my playground for studies","archived":false,"fork":false,"pushed_at":"2024-08-16T22:18:22.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-16T23:28:31.240Z","etag":null,"topics":["aws","iac","infrastructure-as-code","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eimamura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-06-17T19:35:48.000Z","updated_at":"2024-08-16T23:28:32.242Z","dependencies_parsed_at":null,"dependency_job_id":"196c98d1-4db4-479c-9713-aff9d5dfd02e","html_url":"https://github.com/eimamura/terraform-aws","commit_stats":null,"previous_names":["eimamura/my-software-architecture-diagrams"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eimamura/terraform-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimamura%2Fterraform-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimamura%2Fterraform-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimamura%2Fterraform-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimamura%2Fterraform-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eimamura","download_url":"https://codeload.github.com/eimamura/terraform-aws/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eimamura%2Fterraform-aws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34511617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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","iac","infrastructure-as-code","terraform"],"created_at":"2026-06-18T23:32:40.853Z","updated_at":"2026-06-18T23:32:40.961Z","avatar_url":"https://github.com/eimamura.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws\n\nThis repository contains a collection of software architecture diagrams that I have created while working on various projects.\n\nsteps:\n- Create IAM User\n- Create credencials for codecommit IAM User\n\n- Create codecommit\n- Git clone from codecommit\n- Setup git credencial manager\n- Git push\n\n- Create ECR\n- Create CodeBuild, add ECR full access policy to CodeBuildRole\n- Run CodeBuild\n\n- Create CodePipeline\n\n- issue codecommit kms\n- issue CodePipeline cannot access s3 artefact\n\n# Commands\n\n```bash\naws configure\naws configure list\naws iam get-user\naws iam list-users\n```\n\n```bash\nterraform apply\nterraform destroy\nterraform apply -auto-approve\nterraform destroy -auto-approve\nterraform output my-vm-public-ip\nterraform console\n```\n\n```bash\nssh -i ec2_public_keypair.pem ec2-user@xxx.xxx.xxx.xxx\nping xxx.xxx.xxx.xxx\n\nscp -i ec2_public_keypair.pem ec2_public_keypair.pem ec2-user@xxx.xxx.xxx.xxx:~/\nchmod 400 ec2_public_keypair.pem\n```\n\n```bash\nsudo amazon-linux-extras install nginx1\nsudo systemctl start nginx.service\nsudo systemctl enable nginx\nsystemctl status nginx\n```\n\n```bash\nfind terraform/.terraform*\nfind terraform/.terraform* -exec rm -rf {} +\n\nfind terraform/terraform.tfstate*\nfind terraform/terraform.tfstate* -exec rm -rf {} +\n```\n\n```bash\n# install aws cli and create symlink in wsl2 to use host machine .aws\nsudo apt update\nsudo apt install awscli -y\nln -s /mnt/c/Users/YourUsername/.aws ~/.aws\naws sts get-caller-identity\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feimamura%2Fterraform-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feimamura%2Fterraform-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feimamura%2Fterraform-aws/lists"}