-
[AWS] Invalid rule description. Valid descriptions are strings less than 256 characters from the following set: a-zA-Z0-9. _-:/()#,@[]+=&;{}!$*Legacy/문제해결 2019. 3. 20. 22:54728x90
인스턴스 생성시
시작 실패
Invalid rule description. Valid descriptions are strings less than 256 characters from the following set: a-zA-Z0-9. _-:/()#,@[]+=&;{}!$*
라는 에러메시지가 뜸.
이유 및 해결 방법
설명에 한글이 들어가서 그렇다.
이 기준에 맞는 문자로 선택해야함. a-zA-Z0-9. _-:/()#,@[]+=&;{}!$*
영어 및 숫자 조합으로 하는게 좋습니다.
이렇게 변경하였더니 인스턴스 생성 완료
'Legacy > 문제해결' 카테고리의 다른 글
Locustio가 Permission denied로 설치되지 않을 때 (0) 2019.12.21 Mac os에서 pip가 설치 되지 않을 때 (0) 2019.12.21 DataGrip에서 뽑아낸 csv 파일 한글이 깨질 때 (1) 2019.12.10 [Windows 7] 인터넷 보안 설정으로 인해 하나 이상의 파일을 열 수 없습니다. (0) 2019.03.19 [Node.js] mysql query error (0) 2017.01.15 [Spring] Current request is not of type [org.springframework.web.multipart.MultipartHttpServletRequest]: (0) 2016.11.06 마우스 상하좌우가 반대로 움직임. (3) 2016.07.06 ERROR 1054 (42S22): Unknown column 'password' in 'field list' (1) 2016.05.07 java.lang.NoClassDefFoundError: javax/servlet/ServletRequest 에러 해결 (0) 2016.01.24 [Windows] 올바른 응용프로그램이 아닙니다. (0) 2015.12.07