Search result

AWS CDK에서 Terraform으로 이주하기

2018년, 처음 저희 회사에 IaC(Infrastructure as Code)를 도입할 땐 Terraform을 사용 했습니다.(과거 포스팅, Infrastructure as Code 삽질기) 이후 2020년쯤(과거 포스팅을 살펴보니), AWS에서 CDK(Cloud Develo...

awscdk terraform infrastructure

What is the DNS and how it works?

When we input the domain, how can we receive the web page? Let’s study about DNS.Continue reading on Medium »

dns infrastructure cdn ip-anycast round-robin-dns

[Troubleshooting] CORS setting was not working when I implemented AWS API Gateway+Lambda…

This is record of troubleshooting about CORS setting when I implemented AWS server-less applicationContinue reading on Medium »

serverless api-gateway AWS infrastructure lambda

[JP] AWSからHTTPSを使ってウェブアプリケーションデプロイする方法

このポストはAWSからHTTPSを使ってウェブアプリケーションをデプロイした時の個人記録です。簡単に何をしたかに対して記録しました。Continue reading on Medium »

LAMP AWS infrastructure deployment https

[KO] AWS에서 HTTPS로 웹 애플리케이션 디플로이하기

이 포스트는 AWS에서 HTTPS를 이용하는 웹 애플리케이션을 디플로이 하였을 때 작성한 개인적인 기록입니다. 간단하게 무엇을 하였는지에 대해서만 기록해놓았습니다.Continue reading on Medium »

infrastructure https LAMP AWS deployment

AWS CDK로 서버없이 서비스 운영해보기 (3) - Nuxt

AWS Lambda위에 AWS CDK를 이용하여 Vue.js 프레임워크인 Nuxt를 올려보도록 하겠습니다. 저는 Vue.js를 주로 사용하기 때문에 Nuxt를 이용하여 Lambda에 올려보았지만, 원리만 이해한다면 Next나, Sapper 프로젝트...

awscdk serverless vue nuxt typescript infrastructure

AWS CDK로 서버없이 서비스 운영해보기 (3) - Nuxt

AWS Lambda위에 AWS CDK를 이용하여 Vue.js 프레임워크인 Nuxt를 올려보도록 하겠습니다. 저는 Vue.js를 주로 사용하기 때문에 Nuxt를 이용하여 Lambda에 올려보았지만, 원리만 이해한다면 Next나, Sapper 프로젝트...

awscdk serverless vue nuxt typescript infrastructure

How to redirect HTTP traffic to HTTPS when using AWS ALB

This is a troubleshooting history about composing ALB-EC2 infrastructure. I got the solution from this following document.Continue reading on Medium »

application-load-balancer https infrastructure

Deploying web application with HTTPS using AWS

This is the record when I deployed web application with HTTPS using AWS. I wrote simply just what I did.Continue reading on Medium »

infrastructure https deployment AWS LAMP

AWS CDK로 서버없이 서비스 운영해보기 (2) - Express

1편에서는 간단한 REST Api 앱을 업로드 해보았습니다. Node.js로 프로그래밍을 하다보면 npm을 사용하는 일이 흔합니다. 이번에는 node_modules를 포함한 패키지를 AWS CDK를 이용하여 어떻게 배포할 수 있는지 설...

awscdk serverless express typescript infrastructure