- Start a Windows instance from AWS Console using AMI "Windows_Server-2016-English-Full-Base-2017.01.11 (ami-7f2e031f)" with 500GB space.
- Download and start Firefox.
- Sign up or log on to edeliver.oracle.com
- Search for “Oracle VM
Virtual Appliances for Oracle E-Business Suite 12.2.4”
- Select all files with the description "Oracle E-Business Suite Release 12.2.4 Single Node Vision Install X86 (64bit)".
- Once above files are downloaded, unzip all the files and run below command from Dos
prompt to concatenate above files into one single ova file. List all the file names separated by a space
in below command.
type Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.00 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.01 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.02 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.03 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.04 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.05 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.06 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.07 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.08 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.09 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.10 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.11 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.12 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.13 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.14 Oracle-E-Business-Suite-12.2.4_VISION_INSTALL.ova.15>R1224.ova
- Log on to AWS and choose S3 service.
- Create a bucket with the name "r1224ovm" to store R1224.ova
- Upload R1224.ova file to S3 Bucket r1224ovm.
- Import the VM into AWS by following steps :
1. Create a file called contain.json with below contents:
[
{
"Description": "Oracle Demo Vision Instance R12.2.4","Format": "ova",
"UserBucket": {
"S3Bucket": "r1224ovm",
"S3Key": "R1224EBS.ova"
}
}]
2. On Windows Server, go to Start->Windows Powershell for AWS
3. Provide your Access key and secret access key (your AWS Account) at the prompts from "Windows Powershell for AWS".
4. Take care of creating role and policy as per steps given in http://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#vmimport-iam-permissions
5. Run below command:
aws ec2 import-image --description "Oracle Demo Vision Instance R12.2.4" --disk-containers file://containers.json
6. Check the status of import with below command:
aws ec2 describe-import-image-tasks --import-task-ids import-ami-xxxxxx
Hey Naresh,
ReplyDeleteYou are a life saver :D I was stuck at Login as Oracle step. Thanks for the detailed tutorial. It would be better if you could post it in Medium.