Legacy/문제해결

[AWS] Invalid rule description. Valid descriptions are strings less than 256 characters from the following set: a-zA-Z0-9. _-:/()#,@[]+=&;{}!$*

Foo 2019. 3. 20. 22:54
728x90

인스턴스 생성시


시작 실패

Invalid rule description. Valid descriptions are strings less than 256 characters from the following set: a-zA-Z0-9. _-:/()#,@[]+=&;{}!$*


라는 에러메시지가 뜸.


이유 및 해결 방법

설명에 한글이 들어가서 그렇다.

이 기준에 맞는 문자로 선택해야함. a-zA-Z0-9. _-:/()#,@[]+=&;{}!$*


영어 및 숫자 조합으로 하는게 좋습니다.




이렇게 변경하였더니 인스턴스 생성 완료