Subscribe to this list via RSS Blog posts tagged in AWS
Amazon Linux上でDelphiを利用する方法[JAPAN] 毛利です。   AWS(EC2)上のAmazon Linuxを使ってDelphi実行を試してみました。 Amazon LinuxはAWS(EC2)のみで提供されていて AWS APIツールなどがすでにインストールされたLinuxです。   [EC2インスタンス作成] C2コントロール画面からAmazon Linux(無料利用枠の対象)を選択し作成します インスタンスが作成されるとすぐにec2-userでSSH接続できる状態になっています。   [環境構築] http://docwiki.embarcadero.com/RADStudio/Tokyo/ja/Linux アプリケーション開発 上記URLを参照し、Linux SDKをインストールします。 http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/compile-software.html # sudo yum groupinstall "Development Tools" Devel...
Ubuntu Linuxから Oracle SE One へ接続方法(TFDConnection)[JAPAN] 毛利です。   Ubuntu Linux(Delphi)からAWS(RDS) Oracle SE Oneへの接続方法 [Instant Client ダウンロード] Instant Client 12.2を下記のURLからダウンロードします。  http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html テストしたのは instantclient-basic-linux.x64-12.2.0.1.0.zip です。   http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html#ic_x64_inst   まず ダウンロードしたinstantclient-basic-linux.x64-12.2.0.1.0.zipファイルをLinux上で解凍します。 # unzip instantclient-basic-linux....

Posted by on in Programming
How to connect to Oracle DB from Ubuntu Linux. How to connect to Oracle DB using Delphi FireDAC. Delphi uses Linux(64). and Linux is ubuntu. I used "Oracle SE One" of AWS(RDS).   [Instant Client download] Download 12.2 Instant Client.  http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html I downloaded instantclient-basic-linux.x64-12.2.0.1.0.zip http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html#ic_x64_inst   Unpack it after placing it on Linux.  # unzip instantclient-basic-linux.x64-12.2.0.1.0.zip Create a directory and place the decompressed file.  instantclient_12_2 directory is made. # mkdir /opt/oracle mv instantclient_12_2 /opt/oracle/ Move this to the directory created. Create a link. # ln -s libclntsh.so.12.1 libclntsh.so ln -s libocci.so.12.1 libocci.so   Setting environment variables. # export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:$LD_LIBRARY_PATH export PATH=/opt/oracle/instantclient_12_2:$PATH
AWS Oracle SE One FireDAC接続TFDConnection[JAPAN] 毛利です。   AWSのRDSでOracle SE Oneデータベースを作成し接続するまでを試しました。 「開発/テスト」用に関しては無料枠があるようです。 インスタンスの仕様とセキュリティ、データベースの設定をします。 全ての設定を終えて数分待てばオラクルDBのインスタンスができます。   C++Builder 10.2 Tokyoを起動しVCLで新規プロジェクトを作成します。 TFDConnectionコンポーネントを使って接続してみます。

Posted by on in Programming
AWS AuroraにFireDAC接続[JAPAN] 毛利です。   AWS AuroraはMySQL 互換のクラウド(RDS)データベースです。 MySQL互換と言う事なので FireDAC接続を試してみました。
Use C++Builder, connect to AWS API Gateway API Key[JAPAN] I wrote about the AWS API Gateway in my blog before. https://community.embarcadero.com/blogs/entry/use-c-builder-connect-to-aws-api-gateway-lambda-with-json-japan At that time I did not mention API Key. AWS API Gateway has the ability to say that API Key. By using this we can secure a little security.
Use C++Builder, connect to AWS API Gateway+(Node.js)Lambda with JSON[JAPAN] Use C++Builder, connect to AWS API Gateway+Lambda with JSON. Inside of AWS Lambda echoes the contents of post JSON.

Posted by on in Programming
C++Builder を使って AWS S3に接続[JAPAN] [AWS S3 接続] Delphi/C++ Builderは Cloudを得意とする複数のコンポーネントがあり AWS接続のためのTAmazonConnectionInfoコンポーネントも用意されています Amazon Web Services(AWS) のストレージサービスであるSimple Storage Service(S3)をC++Builderから接続します。   [S3 Bucketを用意します]  embarcadero-jpと言う名前でBucketを作成しました。   [TAmazonConnectionInfo配置と設定] TAmazonConnectionInfoを配置します AccountKey、AccountNameプロパティをIAMと同じ内容を設定します。   [Bucket内のリストを取得する](code example) //// void __fastcall TForm1::Button1Click(TObject *Sender) { std:...
Setting up ER/Studio Repository with Microsoft SQL Server in Amazon Web Services Howdy! In this series, we will explore  on how easy it is to setup our Model Repository in the Amazon Web Services Cloud Environment. Now I will not be going through setting up an AWS EC2 instance etc. However, I will guide you through the steps you would need in order to successfully setup the Repository. [Step 1 --> Choosing the Correct Virtual Machine from the Gallery] My personal fav is the SQL Server 2008R2 with Windows 2008 R2. You are free to choose amongst other popular...
  • Page :
  • 1

Check out more tips and tricks in this development video: