Oracle Cloud Giving Away Ampere Arm A1 Instances Always Free 관련 내용입니다. Oracle Cloud Gets Always Free Tier 1/8 OCPU 및 1GB 메모리가 있는 2개의 AMD EPYC 기반 컴퓨팅 VM이 있었습니다. 충격적인 것은 AWS 프리 티어와 달리 항상 프리 티어라는 것입니다.(저도 2개 사용 중) 이제 Oracle은 새로운 Ampere Arm A1 제품으로 공격적인 마케팅을 진행하고 있습니다. Oracle Cloud Gets an Always Free Tier Oracle Cloud gets an Always Free tier offering features like compute VMs and Oracle Autonomous..
오라클 클라우드 서버 구성 후, 외부에서 apache 접속할 때 접속이 불가한 경우가 생긴다. 이 때, iptable 을 수정하여 특정 port 에 대한 방화벽을 open 해줘야한다. (기록용 posting 으로 아래 문헌을 참고했습니다.) Centos - Firewall port # 80 포트 추가 firewall-cmd --permanent --add-port=80/tcp # 80 포트 삭제 firewall-cmd --permanent --remove-port=80/tcp # 정책 재반영 firewall-cmd --reload # 설정된 정책 확인 firewall-cmd --list-all # 특정 IP에 대해 특정 Port에 접근 허용 firewall-cmd --permanent --add-rich..