Hi@akhtar,
Sometimes we need to create multiple instance profiles in AWS. You can create a new instance profile from your command line as well. The following create-instance-profile command creates an instance profile named Webserver.
$ aws iam create-instance-profile --instance-profile-name Webserver