본문 바로가기

개발관련/AWS

(14)
AWS에서 네트워크 공격 자동 차단하기 참고 : http://woowabros.github.io/security/2018/02/23/aws-auto-security1.html
Ubuntu + Apache + Bitnami Wordpress 조합에서 Ubuntu 버젼을 업그레이드 했을 때 Apache 기존 설정셋이 날라가서 Apache2 Ubuntu Default page가 뜰 때 해결방법 참고 : https://docs.bitnami.com/aws/apps/wordpress/https://ubuntuforums.org/showthread.php?t=1636667https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-ltshttp://zzaps.tistory.com/242 Ubuntu + Apache + Bitnami Wordpress 조합에서 Ubuntu 버젼을 업그레이드 했을 때Apache 기존 설정셋이 날라가서 Apache2 Ubuntu Default page가 뜰 때 해결방법 방법을 하나 찾음 1. ubuntu 14.04 LTS를 ubuntu 16.04 LTS로 업그레이드한다.2. Apache2의..
ec2 인스턴스가 ENA를 사용중이지 않을 때 인스턴스에 ENA드라이버 설치하는법 참고: (https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/general-purpose-instances.html#general-purpose-instances-limits)ENA 드라이버 설치 참고 링크 : (https://aws.amazon.com/ko/blogs/korea/configure_high_performance_network_with_elastic_network_adapter/) 준비사항 : ENA드라이버를 설치할 인스턴스(linux계열), AWS CLI, PuTTY Configuration(ssh접속을 위해)
AWS 서비스 간단정리 출처 : https://blog.uniqbuild.co.kr/?p=449 EC2(Amazon Elastic Compute Cloud)VM기반의 컴퓨팅 자원을 제공하는 서비스 일반적인 클라우드 서버 인스턴스를 의미Instance FamilyCurrent Generation Instance TypesGeneral purposet2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlargeCompute optimizedc4.large, c4.x..
Elastic Beanstalk란? Elastic Beanstalk란간단히 말하자면 Elastic beanstalk = EC2+ELB+Autoscaling+AMI+SQS+etc… 이전에 AMI를 통해서 EC2를 만들고 (Ubuntu나 Window, Redhat 등등), Apache나(Java application을 사용한다면 Tomcat) Nginx, IIS같은 웹서버를 설치하고, Mysql, MariaDB 등등 DB를 설치하고, 또 서버사이드스크립트를 사용하기위해서 PHP면 PHP, Java면 Java, Python이면 Python 등등 을 설치해주고, ssl 적용이나 로드밸런싱이 필요하다면 AWS에서 ELB 만들어주고, Auto Scaling이 필요하다하면 또 만들어주고......하던 작업들을 간단히 한번에 구축해주는 패키지가 바로 E..
AWS CloudFront로 Wordpress CDN 설정해서 이용하기 2018-03-21 코멘트 : offload s3 플러그인이 wpml 플러그인과 호환이 안되는 것 같다. 만약 wpml을 사용하고있는 워드프레스 사이트라면 offload s3말고 다른 플러그인을 사용해볼것. (아이러니하게도 wpml은 다국어 플러그인이고, 그렇다면 가장 먼저 호환되어야 하는 플러그인은 CDN관련 플러그인이어야 하는것 같은데..같은데...같은데....)해당 이슈에 관한 포럼 : https://wpml.org/forums/topic/wpml-bloating-offload-to-amazon/ https://wpml.org/forums/topic/i-tried-to-translate-the-product-using-woocommerce-multilingual-but-the-image-i/#pos..